Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102262
b: refs/heads/master
c: 66618ba
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Jun 25, 2008
1 parent c365542 commit 823755f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 820943b6fc4781621dee52ba026106758a727dd3
refs/heads/master: 66618bad123494beb30c0d590460e972e5b0977e
4 changes: 2 additions & 2 deletions trunk/drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ static inline int pcie_poll_cmd(struct controller *ctrl)
}
}
while (timeout > 1000) {
msleep(100);
timeout -= 100;
msleep(10);
timeout -= 10;
if (!pciehp_readw(ctrl, SLOTSTATUS, &slot_status)) {
if (slot_status & CMD_COMPLETED) {
pciehp_writew(ctrl, SLOTSTATUS, CMD_COMPLETED);
Expand Down

0 comments on commit 823755f

Please sign in to comment.