]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:45:40 +0000 (11:45 +0200)
commit8ec370e0a50f2b0de9304ddaad1c1dacb4680810
treecd8c35e2e326bf897772e1a10880cc03b53278d0
parentc2d17078980a3814ba7c502eb29e1839b9b63e45
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