Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57340
b: refs/heads/master
c: 88f5774
h: refs/heads/master
v: v3
  • Loading branch information
Bill Nottingham authored and James Bottomley committed May 30, 2007
1 parent 1432fb6 commit c5eb201
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: f2f027c6e9912840020be8b78f037d5c8ac665e0
refs/heads/master: 88f5774b0748d6d9ebec7a39caae98c0d83b8cc8
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ qla2x00_down_timeout(struct semaphore *sema, unsigned long timeout)
return 0;
if (msleep_interruptible(step))
break;
} while (--iterations >= 0);
} while (--iterations > 0);

return -ETIMEDOUT;
}
Expand Down

0 comments on commit c5eb201

Please sign in to comment.