From: Ricardo Ribalda <ribalda@chromium.org>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Hans de Goede <hansg@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
Ricardo Ribalda <ribalda@chromium.org>
Subject: [PATCH 0/2] media: uvcvideo: Use dev->intf for printk
Date: Fri, 25 Jul 2025 11:01:28 +0000 [thread overview]
Message-ID: <20250725-uvc-nousbdev-v1-0-28f5a1fdf544@chromium.org> (raw)
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>
next reply other threads:[~2025-07-25 11:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-25 11:01 Ricardo Ribalda [this message]
2025-07-25 11:01 ` [PATCH 1/2] media: uvcvideo: Use intf instead of udev for printks Ricardo Ribalda
2025-07-25 11:25 ` Laurent Pinchart
2025-07-25 11:01 ` [PATCH 2/2] media: uvcvideo: Do not re-reference dev->udev Ricardo Ribalda
2025-07-25 11:26 ` Laurent Pinchart
2025-07-25 13:01 ` Ricardo Ribalda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250725-uvc-nousbdev-v1-0-28f5a1fdf544@chromium.org \
--to=ribalda@chromium.org \
--cc=hansg@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).