aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-12 15:44:31 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-16 09:15:23 -0200
commit9727a9545adec59f4bccb83d1a709711f4acf242 (patch)
treeae7f6b90d8c4385f728a0c82b6d183a59b26d356 /drivers/media
parent[media] [for,v4.5] media.h: increase the spacing between function ranges (diff)
downloadlinux-dev-9727a9545adec59f4bccb83d1a709711f4acf242.tar.xz
linux-dev-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/media')
-rw-r--r--drivers/media/usb/au0828/au0828-video.c3
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]);