Hey Vishal, actually sending noise to the mailing list is not very nice. And you also just did the same mistake as someone else a few weeks ago. Please see this mail: https://lore.kernel.org/linux-media/49d1dece-cb90-23f3-977e-98905b1a0abc@xxxxxxxxxxxxx/ If you don't know what to do for your first patch, then either ask in the mailing list or have a look into the TODO files in drivers/staging/media or ask on the IRC channel: https://linuxtv.org/irc/ Greetings, Sebastian On 18.02.2023 08:42, Vishal Parmar wrote:
Signed-off-by: Vishal Parmar <vishistriker@xxxxxxxxx> --- 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