We have been using the usb device for printk in the driver, this makes
it difficult to distinguish the logging from this driver from other
interface drivers associated to the same usb device.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Ricardo Ribalda (2):
media: uvcvideo: Use intf instead of udev for printks
media: uvcvideo: Do not re-reference dev->udev
drivers/media/usb/uvc/uvc_ctrl.c | 10 +++++-----
drivers/media/usb/uvc/uvc_driver.c | 22 +++++++++++-----------
drivers/media/usb/uvc/uvc_entity.c | 4 ++--
drivers/media/usb/uvc/uvc_status.c | 4 ++--
drivers/media/usb/uvc/uvc_video.c | 6 +++---
drivers/media/usb/uvc/uvcvideo.h | 4 ++--
6 files changed, 25 insertions(+), 25 deletions(-)
---
base-commit: d968e50b5c26642754492dea23cbd3592bde62d8
change-id: 20250725-uvc-nousbdev-e3833066d850
Best regards,
--
Ricardo Ribalda <ribalda@chromium.org>