mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
usb: ohci: Re-enable commented out delay
There is a delay function that was commented out. This patch re-enables it, because it will be needed for da850 ohci support. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
b4ee6daad7
commit
e0b0af666a
1 changed files with 0 additions and 2 deletions
|
@ -1545,10 +1545,8 @@ static int submit_common_msg(ohci_t *ohci, struct usb_device *dev,
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
mdelay(10);
|
mdelay(10);
|
||||||
/* ohci_dump_status(ohci); */
|
/* ohci_dump_status(ohci); */
|
||||||
#endif
|
|
||||||
|
|
||||||
timeout = USB_TIMEOUT_MS(pipe);
|
timeout = USB_TIMEOUT_MS(pipe);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue