]> asedeno.scripts.mit.edu Git - linux.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)
commit4965bcd3c1f3d3fcade75bb8693fc1a97c7b2773
tree9210b512021abc3b4fc6d1f200b4dcd7b821debf
parent9230a4cc316b241e641565c377a415cf5d911425
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