Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95821
b: refs/heads/master
c: 0462590
h: refs/heads/master
i:
  95819: ccfe2cf
v: v3
  • Loading branch information
Mark Salyzyn authored and James Bottomley committed May 2, 2008
1 parent 69d5e1f commit 67b3c6f
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: 127ce971adeb4514bc4edc5bf45f79beb0c94aa5
refs/heads/master: 0462590efe9a562dd2aa976ae2dc9cd2e6f5a0c6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/commsup.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size,
}
udelay(5);
}
} else if (down_interruptible(&fibptr->event_wait) == 0) {
} else if (down_interruptible(&fibptr->event_wait)) {
fibptr->done = 2;
up(&fibptr->event_wait);
}
Expand Down

0 comments on commit 67b3c6f

Please sign in to comment.