From: Adam Ford Date: Sun, 28 Apr 2019 21:45:25 +0000 (-0500) Subject: usb: ohci: Re-enable commented out delay X-Git-Tag: v2019.07-rc2~25^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b0af666a81f166397e3aebd26e9401ae48c97d;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 3b6f889..2b0df88 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);