diff mbox series

Dummy Patch Change for LDF103

Message ID 20230509135612.2179153-1-debarbos@redhat.com
State New
Headers show
Series Dummy Patch Change for LDF103 | expand

Commit Message

Derek Barbosa May 9, 2023, 1:56 p.m. UTC
Signed-off-by: Derek Barbosa <debarbos@redhat.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 7aefa76a42b3..4dbd64b2fb90 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2070,6 +2070,8 @@  static int uvc_probe(struct usb_interface *intf,
 	int function;
 	int ret;
 
+	pr_info("I Changed the UVCVIDEO driver in the Linux Kernel\n");
+
 	/* Allocate memory for the device and initialize it. */
 	dev = kzalloc(sizeof(*dev), GFP_KERNEL);
 	if (dev == NULL)