On 26/03/2021 10:58, Ricardo Ribalda wrote:
> Convert the error into a debug message, so they are still valid for
> debugging but do not fill dmesg.
> 
> Signed-off-by: Ricardo Ribalda <riba...@chromium.org>

Reviewed-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

> ---
>  drivers/media/usb/uvc/uvc_video.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/usb/uvc/uvc_video.c 
> b/drivers/media/usb/uvc/uvc_video.c
> index ea2903dc3252..b63c073ec30e 100644
> --- a/drivers/media/usb/uvc/uvc_video.c
> +++ b/drivers/media/usb/uvc/uvc_video.c
> @@ -76,7 +76,7 @@ int uvc_query_ctrl(struct uvc_device *dev, u8 query, u8 
> unit,
>       if (likely(ret == size))
>               return 0;
>  
> -     dev_err(&dev->udev->dev,
> +     dev_dbg(&dev->udev->dev,
>               "Failed to query (%s) UVC control %u on unit %u: %d (exp. 
> %u).\n",
>               uvc_query_name(query), cs, unit, ret, size);
>  
> 

Reply via email to