diff mbox series

This is a test

Message ID 20241105230350.74707-1-haroldknowlden@gmail.com (mailing list archive)
State New
Headers show
Series This is a test | expand

Commit Message

Chase Knowlden Nov. 5, 2024, 11:03 p.m. UTC
Signed-off-by: Chase Knowlden <haroldknowlden@gmail.com>
---
 drivers/media/usb/uvc/uvc_driver.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 0fac689c6350..58a32d27e508 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2106,6 +2106,8 @@  static int uvc_probe(struct usb_interface *intf,
 	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);
 	if (dev == NULL)