diff options
author | Adam Ford <aford173@gmail.com> | 2019-04-28 16:45:25 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-03 17:14:49 +0200 |
commit | e0b0af666a81f166397e3aebd26e9401ae48c97d (patch) | |
tree | fb373dc4356703c9293fc78486a173a06892793a /drivers/usb/host | |
parent | b4ee6daad7a2604ca9466b2ba48de86cc27d381f (diff) |
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>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 3b6f889f7b..2b0df88f49 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -1545,10 +1545,8 @@ static int submit_common_msg(ohci_t *ohci, struct usb_device *dev, return -1; } -#if 0 mdelay(10); /* ohci_dump_status(ohci); */ -#endif timeout = USB_TIMEOUT_MS(pipe); |