[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230218031238.5747-1-vishistriker@gmail.com>
Date: Sat, 18 Feb 2023 08:42:37 +0530
From: Vishal Parmar <vishistriker@...il.com>
To: laurent.pinchart@...asonboard.com, mchehab@...nel.org
Cc: Vishal Parmar <vishistriker@...il.com>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] first patch test
Signed-off-by: Vishal Parmar <vishistriker@...il.com>
---
drivers/media/usb/uvc/uvc_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index e4bcb5011360..c79dcee2213f 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2082,7 +2082,7 @@ 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);
if (dev == NULL)
--
2.34.1
Powered by blists - more mailing lists