X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fearly%2Fehci-dbgp.c;h=347bb058e1eeba2a161c7a528985bef51b84e221;hb=c7f74e5085ca9c8344cb62b88ad35e36900671ea;hp=1fc8f1249806ab964645b5395e2f2d099a80a757;hpb=82b88bb24e28dd4fb4bec30e75412f41326130f0;p=pandora-kernel.git diff --git a/drivers/usb/early/ehci-dbgp.c b/drivers/usb/early/ehci-dbgp.c index 1fc8f1249806..347bb058e1ee 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))