media: uvcvideo: Remove s_ctrl and g_ctrl
authorRicardo Ribalda <ribalda@chromium.org>
Fri, 18 Jun 2021 12:29:07 +0000 (14:29 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:47 +0000 (10:07 +0200)
commit0c6bcbdfefa83b8a1e9659b3c127758dce0fe7ac
treea2a95bdc3ddca007a6b61a4ae79a05dc03700717
parentc87ed93574e3cd8346c05bd934c617596c12541b
media: uvcvideo: Remove s_ctrl and g_ctrl

If we do not implement these callbacks the framework will call the
ext_ctrl callbaks instead, which are a superset of this functions.

Suggested-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/uvc/uvc_v4l2.c