Hi Michael, Thank you for the patch. On Wednesday 28 May 2014 09:38:03 Michael Grzeschik wrote: > The disconnect of the USB Device is an common pattern for > an UVC Camera. In many cases this will give us an meaningless > information for all buffers that couldn't be enqueued. > That patch changes this to KERN_DEBUG. > > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> and applied to my tree. I'll push it to v3.17. > --- > drivers/usb/gadget/uvc_video.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/gadget/uvc_video.c b/drivers/usb/gadget/uvc_video.c > index 1f66888..4c3ac31 100644 > --- a/drivers/usb/gadget/uvc_video.c > +++ b/drivers/usb/gadget/uvc_video.c > @@ -171,7 +171,7 @@ uvc_video_complete(struct usb_ep *ep, struct usb_request > *req) break; > > case -ESHUTDOWN: /* disconnect from host. */ > - printk(KERN_INFO "VS request cancelled.\n"); > + printk(KERN_DEBUG "VS request cancelled.\n"); > uvc_queue_cancel(queue, 1); > goto requeue; -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html