]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ohci-hcd.c
usb: ohci: Don't log an error on interrupt packet timeout
[karo-tx-uboot.git] / drivers / usb / host / ohci-hcd.c
index 3744658e40d3388113d4958b9f2cd2c58647dcdb..494b76076111897512822b23ee4e59f0e07eb4d5 100644 (file)
@@ -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;