media: uvcvideo: Don't spam the log in uvc_ctrl_restore_values()
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 18 Jun 2021 12:29:21 +0000 (14:29 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:48 +0000 (10:07 +0200)
commit15486e0934eb47ff4230f0f8908c2ec0f945a910
tree798c0890300be307bc42af8d2d19885cc0768690
parent8c42694150c27ea68a8d46996d943918c769d1d0
media: uvcvideo: Don't spam the log in uvc_ctrl_restore_values()

Don't report the restored controls with dev_info, use dev_dbg instead.
This prevents a lot of noise in the kernel log.

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