public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] first patch test
@ 2023-02-18  3:12 Vishal Parmar
  2023-02-18  8:40 ` Sebastian Fricke
  2023-02-18  9:41 ` Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: Vishal Parmar @ 2023-02-18  3:12 UTC (permalink / raw)
  To: laurent.pinchart, mchehab; +Cc: Vishal Parmar, linux-media, linux-kernel

Signed-off-by: Vishal Parmar <vishistriker@gmail.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-18 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18  3:12 [PATCH] first patch test Vishal Parmar
2023-02-18  8:40 ` Sebastian Fricke
2023-02-18  9:41 ` Bagas Sanjaya
2023-02-18 12:52   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox