]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: uvcvideo: Replace dev_dbg() with uvc_dbg()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 16 Sep 2025 16:10:55 +0000 (19:10 +0300)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 5 Jan 2026 11:21:21 +0000 (12:21 +0100)
commit85883141d3bea47e5bce688cc300800da7b1ea61
treea1a2491de29265ae96f2fd32dcc0845f2608fd4e
parentb70886ff5833cf499e77af77d2324ce8f68b60ce
media: uvcvideo: Replace dev_dbg() with uvc_dbg()

The uvcvideo driver uses a uvc_dbg() macro that supports enabling debug
message categories selectively, and prints a KERN_DEBUG message. The
macro is used through the driver, but one direct dev_dbg() call creeped
in. Replace it with uvc_dbg().

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Ricardo Ribalda <ribalda@chromium.org>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/usb/uvc/uvc_ctrl.c