Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321315
b: refs/heads/master
c: f96a421
h: refs/heads/master
i:
  321313: fe130e8
  321311: 461f436
v: v3
  • Loading branch information
Colin Ian King authored and Jason Wessel committed Jul 31, 2012
1 parent 843775b commit 878b5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b10d22d6e8f76b9e94871aebe0fc62aab2748200
refs/heads/master: f96a4216e85050c0a9d41a41ecb0ae9d8e39b509
2 changes: 1 addition & 1 deletion trunk/drivers/usb/early/ehci-dbgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 878b5b2

Please sign in to comment.