]> git.baikalelectronics.ru Git - kernel.git/commit
media: via-camera: use struct v4l2_fh
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 17 Jul 2019 09:03:43 +0000 (05:03 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 23 Jul 2019 12:54:39 +0000 (08:54 -0400)
commit0a62ee452310bf4fde4c0514dcff62ac648adb36
tree9210b512021abc3b4fc6d1f200b4dcd7b821debf
parentbbc883936e5872cecf0b96396a8921d685569bd1
media: via-camera: use struct v4l2_fh

Modern V4L2 drivers should use struct v4l2_fh to represent a filehandle.
This driver was one of the few that didn't use it.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/via-camera.c