Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22efe507 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 55fe25b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2230,7 +2230,6 @@ static int __init omap_vout_setup_video_data(struct omap_vout_device *vout)

	strlcpy(vfd->name, VOUT_NAME, sizeof(vfd->name));

	/* need to register for a VID_HARDWARE_* ID in videodev.h */
	vfd->fops = &omap_vout_fops;
	vfd->v4l2_dev = &vout->vid_dev->v4l2_dev;
	mutex_init(&vout->lock);