* [4/4] usb: dwc3: gadget: remove unnecessary dev_info()
@ 2018-08-20 11:26 Laurent Pinchart
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2018-08-20 11:26 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-usb
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 <felipe.balbi@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/usb/dwc3/gadget.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
> index 0bac9b02f28b..8d3e0f2cde8b 100644
> --- a/drivers/usb/dwc3/gadget.c
> +++ b/drivers/usb/dwc3/gadget.c
> @@ -1261,8 +1261,6 @@ static int __dwc3_gadget_start_isoc(struct dwc3_ep
> *dep) u16 frame_number;
>
> if (list_empty(&dep->pending_list)) {
> - dev_info(dep->dwc->dev, "%s: ran out of requests\n",
> - dep->name);
> dep->flags |= DWC3_EP_PENDING_REQUEST;
> return -EAGAIN;
> }
^ permalink raw reply [flat|nested] 2+ messages in thread* [4/4] usb: dwc3: gadget: remove unnecessary dev_info()
@ 2018-08-20 10:30 Felipe Balbi
0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2018-08-20 10:30 UTC (permalink / raw)
To: linux-usb; +Cc: laurent.pinchart, 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 <felipe.balbi@linux.intel.com>
---
drivers/usb/dwc3/gadget.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
index 0bac9b02f28b..8d3e0f2cde8b 100644
--- a/drivers/usb/dwc3/gadget.c
+++ b/drivers/usb/dwc3/gadget.c
@@ -1261,8 +1261,6 @@ static int __dwc3_gadget_start_isoc(struct dwc3_ep *dep)
u16 frame_number;
if (list_empty(&dep->pending_list)) {
- dev_info(dep->dwc->dev, "%s: ran out of requests\n",
- dep->name);
dep->flags |= DWC3_EP_PENDING_REQUEST;
return -EAGAIN;
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-20 11:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 11:26 [4/4] usb: dwc3: gadget: remove unnecessary dev_info() Laurent Pinchart
-- strict thread matches above, loose matches on Subject: below --
2018-08-20 10:30 Felipe Balbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).