usb: host: sl811: use new USB_RESUME_TIMEOUT
[cascardo/linux.git] / drivers / usb / host / isp116x-hcd.c
index 113d0cc..9ef5644 100644 (file)
@@ -1490,7 +1490,7 @@ static int isp116x_bus_resume(struct usb_hcd *hcd)
        spin_unlock_irq(&isp116x->lock);
 
        hcd->state = HC_STATE_RESUMING;
-       msleep(20);
+       msleep(USB_RESUME_TIMEOUT);
 
        /* Go operational */
        spin_lock_irq(&isp116x->lock);