mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
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: Hans de Goede <hdegoede@redhat.com> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
8d005ef81a
commit
fa5b9baa0c
1 changed files with 2 additions and 1 deletions
|
@ -1572,6 +1572,7 @@ static int submit_common_msg(ohci_t *ohci, struct usb_device *dev,
|
||||||
dbg("*");
|
dbg("*");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
if (!usb_pipeint(pipe))
|
||||||
err("CTL:TIMEOUT ");
|
err("CTL:TIMEOUT ");
|
||||||
dbg("submit_common_msg: TO status %x\n", stat);
|
dbg("submit_common_msg: TO status %x\n", stat);
|
||||||
urb->finished = 1;
|
urb->finished = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue