Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73330
b: refs/heads/master
c: 2c84b40
h: refs/heads/master
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Nov 8, 2007
1 parent edde4af commit 916d343
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: 2e6f40deb7dfdc40358fc9ecf07bf71ed553e5ac
refs/heads/master: 2c84b4076c0cbbc44ffea2ae1da2a801fb23f081
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ eeh_wait_for_slot_status(struct pci_dn *pdn, int max_wait_msecs)

if (rets[2] == 0) return -1; /* permanently unavailable */

if (max_wait_msecs <= 0) return -1;
if (max_wait_msecs <= 0) break;

mwait = rets[2];
if (mwait <= 0) {
Expand Down

0 comments on commit 916d343

Please sign in to comment.