aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-02-21 22:11:50 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-04-06 11:47:45 +0200
commit3293448632ff2ae8c7cde4c3475da96138e24ca7 (patch)
tree9de402ff0d3415853e368a9ead156425980ebe4b /drivers/media/usb
parentmedia: imx: imx7_mipi_csis: Ensure pads are connected (diff)
downloadlinux-dev-3293448632ff2ae8c7cde4c3475da96138e24ca7.tar.xz
linux-dev-3293448632ff2ae8c7cde4c3475da96138e24ca7.zip
media: uvcvideo: Fix XU id print in forward scan
An error message in the forward scan code incorrectly prints the ID of the source entity instead of the XU entity being scanned. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/uvc/uvc_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 30ef2a3110f7..e55cf02baad6 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -1712,7 +1712,7 @@ static int uvc_scan_chain_forward(struct uvc_video_chain *chain,
if (forward->bNrInPins != 1) {
uvc_dbg(chain->dev, DESCR,
"Extension unit %d has more than 1 input pin\n",
- entity->id);
+ forward->id);
return -EINVAL;
}