media: uvcvideo: Improve error logging in uvc_query_ctrl()
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 3 Jan 2023 14:36:20 +0000 (15:36 +0100)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 15 Jan 2023 21:45:11 +0000 (23:45 +0200)
commit67a655be5748426a9bda7845fc264ccf71a76ea3
tree6340da33d0f78c0350f42da314d3520d94ad06f6
parent9f582f0418ed1c18f92c9e4628075d6ec9a7d9fb
media: uvcvideo: Improve error logging in uvc_query_ctrl()

Standard use of the driver may result in error messages on the kernel
log. This can hide other more important messages, and alert
unnecessarily the user. Let's keep dev_err() for the important
occasions.

If __uvc_query_ctrl() failed with a non -EPIPE error, then report that
with dev_err. If an error code is obtained, then report that with
dev_dbg.

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>
drivers/media/usb/uvc/uvc_video.c