Skip to content

Commit d8d867c

Browse files
ribaldamchehab
authored andcommitted
media: atomisp: Remove vidioc_g/s callback
The v4l2 ioctl framework can implement vidioc_g/s_ctrl with vidioc_g/s_ext_ctrl() and we provide those. These are the last references of vidioc_s/g_ctrl in the codebase. We can attempt to remove them now. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 959d150 commit d8d867c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/staging/media/atomisp/pci/atomisp_ioctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,8 +1565,6 @@ const struct v4l2_ioctl_ops atomisp_ioctl_ops = {
15651565
.vidioc_g_input = atomisp_g_input,
15661566
.vidioc_s_input = atomisp_s_input,
15671567
.vidioc_query_ext_ctrl = atomisp_query_ext_ctrl,
1568-
.vidioc_s_ctrl = atomisp_s_ctrl,
1569-
.vidioc_g_ctrl = atomisp_g_ctrl,
15701568
.vidioc_s_ext_ctrls = atomisp_s_ext_ctrls,
15711569
.vidioc_g_ext_ctrls = atomisp_g_ext_ctrls,
15721570
.vidioc_enum_framesizes = atomisp_enum_framesizes,

0 commit comments

Comments
 (0)