Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179800
b: refs/heads/master
c: 2d146eb
h: refs/heads/master
v: v3
  • Loading branch information
Ram Vepa authored and David S. Miller committed Jan 19, 2010
1 parent 11c8567 commit 4b662b3
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: dad48a4ef20774732e53840f371b0cc27981c43a
refs/heads/master: 2d146eb172d5f754e3973a3f761f7619ebb12df9
2 changes: 1 addition & 1 deletion trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3421,7 +3421,7 @@ static int wait_for_cmd_complete(void __iomem *addr, u64 busy_bit,
break;
}
} else {
if (!(val64 & busy_bit)) {
if (val64 & busy_bit) {
ret = SUCCESS;
break;
}
Expand Down

0 comments on commit 4b662b3

Please sign in to comment.