Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132216
b: refs/heads/master
c: f4c1363
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Mar 4, 2009
1 parent 0a4b705 commit 2b7692c
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: c21986a76220919bb06e4c04a89a8a62aeac107e
refs/heads/master: f4c13638185c91a269c63fcfb980d89180cf43a1
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/bbc_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int wait_for_pin(struct bbc_i2c_bus *bp, u8 *status)
bp->waiting = 1;
add_wait_queue(&bp->wq, &wait);
while (limit-- > 0) {
unsigned long val;
long val;

val = wait_event_interruptible_timeout(
bp->wq,
Expand Down

0 comments on commit 2b7692c

Please sign in to comment.