diff options
Diffstat (limited to 'drivers/usb/host/pci-quirks.c')
-rw-r--r-- | drivers/usb/host/pci-quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index 15e4f1d92c79..75b69847918e 100644 --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c | |||
@@ -271,7 +271,7 @@ static void __devinit quirk_usb_disable_ehci(struct pci_dev *pdev) | |||
271 | /* if boot firmware now owns EHCI, spin till | 271 | /* if boot firmware now owns EHCI, spin till |
272 | * it hands it over. | 272 | * it hands it over. |
273 | */ | 273 | */ |
274 | msec = 5000; | 274 | msec = 1000; |
275 | while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { | 275 | while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { |
276 | tried_handoff = 1; | 276 | tried_handoff = 1; |
277 | msleep(10); | 277 | msleep(10); |