mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] pr_info("I changed uvcvideo driver in the Linux Kernel\n");
@ 2022-12-30  3:46 XiaxiShen
  2023-01-09 16:13 ` Andrzej Pietrasiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: XiaxiShen @ 2022-12-30  3:46 UTC (permalink / raw)
  To: laurent.pinchart, mchehab; +Cc: linux-media, linux-kernel, XiaxiShen

Signed-off-by: XiaxiShen <shenxiaxi26@gmail.com>
---
 drivers/media/usb/uvc/uvc_driver.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index e4bcb5011360..60778a5a2b4e 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2082,6 +2082,8 @@ static int uvc_probe(struct usb_interface *intf,
 		(const struct uvc_device_info *)id->driver_info;
 	int function;
 	int ret;
+	pr_info("I changed uvcvideo driver in the Linux Kernel\n");
+
 
 	/* Allocate memory for the device and initialize it. */
 	dev = kzalloc(sizeof(*dev), GFP_KERNEL);
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-10 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30  3:46 [PATCH] pr_info("I changed uvcvideo driver in the Linux Kernel\n"); XiaxiShen
2023-01-09 16:13 ` Andrzej Pietrasiewicz
     [not found]   ` <CABtBSabksqweaDjhSVEaETYtCoQCVE1stPN7wwJr=eLPEU3X2w@mail.gmail.com>
2023-01-10 17:01     ` Andrzej Pietrasiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®