V4L/DVB (10960): omap24xxcam: don't set vfl_type.
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 11 Mar 2009 07:34:09 +0000 (04:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:18 +0000 (12:43 -0300)
commitd8cd5e6c240bb3ff55e42afaa446c178ef8bb403
treec4f20615ac3fe9badcf729a8c438cf9f85b7a152
parentab84f5736086b84d99015cd82515a31b95e03f48
V4L/DVB (10960): omap24xxcam: don't set vfl_type.

The vfl_type field is set by the core, so anything you fill in here will
be overwritten. And it will be set to a VFL_TYPE_ value, not a VID_TYPE_
value which is an obsolete V4L1 type.

Since these V4L1 types have been made unavailable for V4L2 drivers, this
driver stopped compiling.

In this case the fix is just removing this assignment.

Cc: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap24xxcam.c