projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1517265
)
usb: dwc3: gadget: remove unnecessary dev_info()
author
Felipe Balbi
<felipe.balbi@linux.intel.com>
Wed, 15 Aug 2018 05:34:44 +0000
(08:34 +0300)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Mon, 26 Nov 2018 07:14:03 +0000
(09:14 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index 7e0f8ff5946ded12d9fb8fc5c460fcf7f17a4a5b..e94971a7f46887340f3135d501b005a6edd0038f 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-1386,8
+1386,6
@@
static int __dwc3_gadget_start_isoc(struct dwc3_ep *dep)
struct dwc3 *dwc = dep->dwc;
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;
}