提交 fa5b9baa 编写于 作者: H Hans de Goede 提交者: Simon Glass

usb: ohci: Don't log an error on interrupt packet timeout

Interrupts transfers timing out is normal, so do not log an error for this.
Signed-off-by: NHans de Goede <hdegoede@redhat.com>
Acked-by: NMarek Vasut <marex@denx.de>
上级 8d005ef8
......@@ -1572,7 +1572,8 @@ static int submit_common_msg(ohci_t *ohci, struct usb_device *dev,
dbg("*");
} else {
err("CTL:TIMEOUT ");
if (!usb_pipeint(pipe))
err("CTL:TIMEOUT ");
dbg("submit_common_msg: TO status %x\n", stat);
urb->finished = 1;
stat = USB_ST_CRC_ERR;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册