[PATCH] Drivers: media: usb: uvc: added kernel log msg

From: aditya-chari25
Date: Fri Jul 12 2024 - 17:32:58 EST


Added a kernel log msg using fn pr_info

Signed-off-by: Aditya Chari S <adi25charis@xxxxxxxxx>
---
drivers/media/usb/uvc/uvc_driver.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 91a41aa3ced2..6e25c5d7d7c0 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2096,6 +2096,7 @@ 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)
--
2.34.1