]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
media: sh_veu: convert to struct v4l2_fh
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 23 Jul 2019 12:25:49 +0000 (08:25 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 25 Jul 2019 10:29:26 +0000 (06:29 -0400)
commit610fce5372216652cdcf6854c48d2876d1eeaad3
tree2bad3b2c7d97a6f6e9604fcfbdc46b1047d1aefa
parent3c1350501c21db8e3b1a38d9e97db29694305c3b
media: sh_veu: convert to struct v4l2_fh

This driver didn't use struct v4l2_fh, so add it.

This is a very basic conversion. I can't test this on real hardware,
so I didn't dare to also convert the driver to start using the
v4l2-mem2mem ioctl/fop helpers.

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