diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-12 18:44:31 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-16 12:15:23 +0100 |
commit | 9727a9545adec59f4bccb83d1a709711f4acf242 (patch) | |
tree | ae7f6b90d8c4385f728a0c82b6d183a59b26d356 /drivers | |
parent | [media] [for,v4.5] media.h: increase the spacing between function ranges (diff) | |
download | linux-9727a9545adec59f4bccb83d1a709711f4acf242.tar.xz linux-9727a9545adec59f4bccb83d1a709711f4acf242.zip |
[media] media.h: get rid of MEDIA_ENT_F_CONN_TEST
Defining it as a connector was a bad idea. Remove it while it is
not too late.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/usb/au0828/au0828-video.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/usb/au0828/au0828-video.c b/drivers/media/usb/au0828/au0828-video.c index 8c54fd21022e..a13625722848 100644 --- a/drivers/media/usb/au0828/au0828-video.c +++ b/drivers/media/usb/au0828/au0828-video.c @@ -1843,8 +1843,7 @@ static void au0828_analog_create_entities(struct au0828_dev *dev) ent->function = MEDIA_ENT_F_CONN_RF; break; default: /* AU0828_VMUX_DEBUG */ - ent->function = MEDIA_ENT_F_CONN_TEST; - break; + continue; } ret = media_entity_pads_init(ent, 1, &dev->input_pad[i]); |