diff options
author | Hans Verkuil <hansverk@cisco.com> | 2018-05-24 23:35:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-28 23:28:09 +0300 |
commit | eba09b5b3dfb1b79db4428b6f379f68db4b62056 (patch) | |
tree | b050c4ed83135b494fdd2fb317b57d67341ab7b7 /include/media | |
parent | b3b2d5b624f2ee973a22aabb1e504a9008cad2ff (diff) | |
download | linux-eba09b5b3dfb1b79db4428b6f379f68db4b62056.tar.xz |
media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2
This driver is the only V4L driver that does not set unlocked_ioctl
to video_ioctl2.
The only thing that pvr2_v4l2_ioctl does besides calling video_ioctl2
is calling pvr2_hdw_commit_ctl(). Add pvr2_hdw_commit_ctl() calls to
the various ioctls that need this, and we can replace pvr2_v4l2_ioctl
by video_ioctl2.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions