aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-27 06:30:34 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 05:17:12 -0500
commit22efe507705a8437255114f98d0d514524460be0 (patch)
treea821755142cb809ba9aa8b84ee9cc19c63ab6e93 /drivers/media
parent55fe25b418640fad04190103274841b2c907bacd (diff)
[media] omap_vout: Remove an obsolete comment
This comment mentions a field that doesn't exist, and talks about videodev.h that got removed. So, it doesn't make any sense to keep it. Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/omap/omap_vout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c
index 15f8793e325b..83de97ad971e 100644
--- a/drivers/media/video/omap/omap_vout.c
+++ b/drivers/media/video/omap/omap_vout.c
@@ -2230,7 +2230,6 @@ static int __init omap_vout_setup_video_data(struct omap_vout_device *vout)
2230 2230
2231 strlcpy(vfd->name, VOUT_NAME, sizeof(vfd->name)); 2231 strlcpy(vfd->name, VOUT_NAME, sizeof(vfd->name));
2232 2232
2233 /* need to register for a VID_HARDWARE_* ID in videodev.h */
2234 vfd->fops = &omap_vout_fops; 2233 vfd->fops = &omap_vout_fops;
2235 vfd->v4l2_dev = &vout->vid_dev->v4l2_dev; 2234 vfd->v4l2_dev = &vout->vid_dev->v4l2_dev;
2236 mutex_init(&vout->lock); 2235 mutex_init(&vout->lock);