Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133492
b: refs/heads/master
c: 6e14bda
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 0838165 commit c741198
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: d1c0713daea5d1d881ecc8707458ca6746031376
refs/heads/master: 6e14bda1b18b2e3c16258427fc43ceb43e1bc1d5
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/pci-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static void __devinit quirk_usb_disable_ehci(struct pci_dev *pdev)
*/
hcc_params = readl(base + EHCI_HCC_PARAMS);
offset = (hcc_params >> 8) & 0xff;
while (offset && count--) {
while (offset && --count) {
u32 cap;
int msec;

Expand Down

0 comments on commit c741198

Please sign in to comment.