UPSTREAM: usb: dwc3: gadget: remove unnecessary dev_info()

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.

Change-Id: Icacff1816f541670331c8c59dc6c6a19e7033279
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: William Wu <william.wu@rock-chips.com>
(cherry picked from commit 3451f6affa)
This commit is contained in:
Felipe Balbi 2018-08-15 08:34:44 +03:00 committed by Tao Huang
parent e167d6c6e2
commit 6b8a9d4163

View File

@ -1378,8 +1378,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;
}