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

aditya-chari25 posted 1 patch 1 year, 5 months ago
drivers/media/usb/uvc/uvc_driver.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] Drivers: media: usb: uvc: added kernel log msg
Posted by aditya-chari25 1 year, 5 months ago
Added a kernel log msg using fn pr_info

Signed-off-by: Aditya Chari S <adi25charis@gmail.com>
---
 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