aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/ep0.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/cdns3/ep0.c')
-rw-r--r--drivers/usb/cdns3/ep0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/cdns3/ep0.c b/drivers/usb/cdns3/ep0.c
index 44f652e8b5a2..0445da0a5a0c 100644
--- a/drivers/usb/cdns3/ep0.c
+++ b/drivers/usb/cdns3/ep0.c
@@ -332,7 +332,7 @@ static int cdns3_ep0_feature_handle_device(struct cdns3_device *priv_dev,
332 * for sending status stage. 332 * for sending status stage.
333 * This time should be less then 3ms. 333 * This time should be less then 3ms.
334 */ 334 */
335 usleep_range(1000, 2000); 335 mdelay(1);
336 cdns3_set_register_bit(&priv_dev->regs->usb_cmd, 336 cdns3_set_register_bit(&priv_dev->regs->usb_cmd,
337 USB_CMD_STMODE | 337 USB_CMD_STMODE |
338 USB_STS_TMODE_SEL(tmode - 1)); 338 USB_STS_TMODE_SEL(tmode - 1));