UPSTREAM: 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. Change-Id: Ibfbe2844807ac13501cc17a297c724791e1eac52 Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit e0b0af666a81f166397e3aebd26e9401ae48c97d)
This commit is contained in:
parent
0163d8d8bf
commit
200d235e49
|
|
@ -1546,10 +1546,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…
Reference in New Issue