diff options
Diffstat (limited to 'drivers/usb/early/ehci-dbgp.c')
| -rw-r--r-- | drivers/usb/early/ehci-dbgp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/early/ehci-dbgp.c b/drivers/usb/early/ehci-dbgp.c index ee0ebacf822..89dcf155d57 100644 --- a/drivers/usb/early/ehci-dbgp.c +++ b/drivers/usb/early/ehci-dbgp.c @@ -450,7 +450,7 @@ static int dbgp_ehci_startup(void)  	writel(FLAG_CF, &ehci_regs->configured_flag);  	/* Wait until the controller is no longer halted */ -	loop = 10; +	loop = 1000;  	do {  		status = readl(&ehci_regs->status);  		if (!(status & STS_HALT))  |