]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: cx231xx: Remove vidioc_s_ctrl callback
authorRicardo Ribalda <ribalda@chromium.org>
Sun, 23 Feb 2025 18:58:12 +0000 (18:58 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 5 Mar 2025 09:43:26 +0000 (10:43 +0100)
commite65d147bcf0f10c7baf218c9abaa12b7c40b180c
tree7c6b4351f1081c4d17c2f71e443607bb3d91705d
parent70307f28ee617fdd9d3f941dd34fec2e91e14089
media: cx231xx: Remove vidioc_s_ctrl callback

The driver has been converted to the control framework in the past:
commit 88b6ffedd901 ("[media] cx231xx-417: convert to the control
framework").

This function is never called, the core will only use the control
framework instead.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Tested-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/cx231xx/cx231xx-417.c