Re: [PATCH 4/4] usb: dwc3: gadget: remove unnecessary dev_info()

2018-08-20 Thread Laurent Pinchart
Hi Felipe, Thank you for the patch. On Monday, 20 August 2018 13:30:01 EEST Felipe Balbi wrote: > Running out of requests on isochronous endpoints is part of normal > operation. We don't really need to know about it every time it > happens. > > Signed-off-by: Felipe Balbi Reviewed-by: Laurent

[PATCH 4/4] usb: dwc3: gadget: remove unnecessary dev_info()

2018-08-20 Thread Felipe Balbi
Running out of requests on isochronous endpoints is part of normal operation. We don't really need to know about it every time it happens. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/gadget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/g