media: sh_veu/sh_vou: set device_caps in struct video_device
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 26 Jun 2019 07:16:07 +0000 (03:16 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Jul 2019 19:09:06 +0000 (15:09 -0400)
commit8defd70a9b2ffb49bd070dc2211d79f6cfb29d7e
treeb261c9c0b5d22d8eec58b9513372eca0186c21ef
parentb1df3129b71979b1196935a1e29bfe9ac7f28ab6
media: sh_veu/sh_vou: 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>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/sh_veu.c
drivers/media/platform/sh_vou.c