Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63057
b: refs/heads/master
c: 1e4dcd2
h: refs/heads/master
i:
  63055: 25b9960
v: v3
  • Loading branch information
Yoann Padioleau authored and Tony Luck committed Jul 27, 2007
1 parent 9fb6ab1 commit 4756a76
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: 7a6c813594c9eb25a9afbcbd30c9865e38ee6f39
refs/heads/master: 1e4dcd22efa7d24f637ab2ea3a77dd65774eb005
2 changes: 1 addition & 1 deletion trunk/arch/ia64/hp/sim/simscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ simscsi_interrupt (unsigned long val)
{
struct scsi_cmnd *sc;

while ((sc = queue[rd].sc) != 0) {
while ((sc = queue[rd].sc) != NULL) {
atomic_dec(&num_reqs);
queue[rd].sc = NULL;
if (DBG)
Expand Down

0 comments on commit 4756a76

Please sign in to comment.