]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: atomisp: Remove vidioc_g/s callback
authorRicardo Ribalda <ribalda@chromium.org>
Sun, 23 Feb 2025 18:58:09 +0000 (18:58 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 5 Mar 2025 09:43:25 +0000 (10:43 +0100)
commitd8d867ccc4642275813d2010543b8f345f67ea78
tree8f96da46beedd369fa69e3fb8884e454176ae8eb
parent959d15077c77ff5410896f1232429e2f9c37a57f
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>
drivers/staging/media/atomisp/pci/atomisp_ioctl.c