usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Sun, 29 May 2022 22:38:48 +0000 (00:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:40:31 +0000 (11:40 +0200)
commitfb76cdd21662bd40236aefca708e15b85345fb94
treece1f5ff800a14d14eca4f3e85851f91f08130f9c
parentde6aa7abfebf0c0d958eb927896353625d264a12
usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info

[ Upstream commit a725d0f6dfc5d3739d6499f30ec865305ba3544d ]

Likewise to the uvcvideo hostside driver, this patch is changing the
usb_request message of an non zero completion handler call from dev_info
to dev_warn.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Link: https://lore.kernel.org/r/20220529223848.105914-4-m.grzeschik@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/usb/gadget/function/uvc_video.c