提交 3451f6af 编写于 作者: F Felipe Balbi

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.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 15172652
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册