Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109820
b: refs/heads/master
c: a5827f4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Jesse Barnes committed Sep 10, 2008
1 parent 984591e commit beb5fbf
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: 48902025af4da44dbbc0231061e542d6d40e712e
refs/heads/master: a5827f40afafc864f57a1c44915f0bfaf3d94f53
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static int pcie_poll_cmd(struct controller *ctrl)
return 1;
}
}
while (timeout > 1000) {
while (timeout > 0) {
msleep(10);
timeout -= 10;
if (!pciehp_readw(ctrl, SLOTSTATUS, &slot_status)) {
Expand Down

0 comments on commit beb5fbf

Please sign in to comment.