On Sun Feb 23 18:58:09 2025 +0000, Ricardo Ribalda wrote:
> 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 <riba...@chromium.org>
> Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>

Patch committed.

Thanks,
Mauro Carvalho Chehab

 drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 2 --
 1 file changed, 2 deletions(-)

---

diff --git a/drivers/staging/media/atomisp/pci/atomisp_ioctl.c 
b/drivers/staging/media/atomisp/pci/atomisp_ioctl.c
index 6b84bd8e6cf3..1fb2ba819de3 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_ioctl.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_ioctl.c
@@ -1565,8 +1565,6 @@ const struct v4l2_ioctl_ops atomisp_ioctl_ops = {
        .vidioc_g_input = atomisp_g_input,
        .vidioc_s_input = atomisp_s_input,
        .vidioc_query_ext_ctrl = atomisp_query_ext_ctrl,
-       .vidioc_s_ctrl = atomisp_s_ctrl,
-       .vidioc_g_ctrl = atomisp_g_ctrl,
        .vidioc_s_ext_ctrls = atomisp_s_ext_ctrls,
        .vidioc_g_ext_ctrls = atomisp_g_ext_ctrls,
        .vidioc_enum_framesizes   = atomisp_enum_framesizes,

Reply via email to