Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252458
b: refs/heads/master
c: fad4dab
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Thibault authored and James Bottomley committed May 24, 2011
1 parent a226fec commit ec5137f
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: 6e2037b0fd4d4ad9be941a3520d21945bc031a20
refs/heads/master: fad4dab5e44e10acf6b0235e469cb8e773b58e31
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ultrastor.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static inline int find_and_clear_bit_16(unsigned long *field)
"0: bsfw %1,%w0\n\t"
"btr %0,%1\n\t"
"jnc 0b"
: "=&r" (rv), "=m" (*field) :);
: "=&r" (rv), "+m" (*field) :);

return rv;
}
Expand Down

0 comments on commit ec5137f

Please sign in to comment.