Signed-off-by: Chase Knowlden <haroldknowlden@xxxxxxxxx> --- drivers/media/usb/uvc/uvc_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 0fac689c6350..58a32d27e508 100644 --- a/drivers/media/usb/uvc/uvc_driver.c +++ b/drivers/media/usb/uvc/uvc_driver.c @@ -2106,6 +2106,8 @@ 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.43.0