media: m2m-deinterlace: set device_caps in struct video_device
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 26 Jun 2019 07:13:23 +0000 (03:13 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Jul 2019 18:49:41 +0000 (14:49 -0400)
commitf456ccc457cb2a141a5269e7fcfdaa8cbf641229
tree147553026a14a01e7e68837ac7924d80da6b3184
parentb3322e3e1aae4705f0d3ca3478a5cf484255c0a7
media: m2m-deinterlace: set device_caps in struct video_device

Instead of filling in the struct v4l2_capability device_caps
field, fill in the struct video_device device_caps field.

That way the V4L2 core knows what the capabilities of the
video device are.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/m2m-deinterlace.c