Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97089
b: refs/heads/master
c: b7acbdf
h: refs/heads/master
i:
  97087: 6400b82
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed May 16, 2008
1 parent d0cf24c commit cbea40e
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: 02969d296e91626d9942ea15f8a95fe056025ef1
refs/heads/master: b7acbdfbd1f277c1eb23f344f899cfa4cd0bf36a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,7 @@ EXPORT_SYMBOL(init_airo_card);

static int waitbusy (struct airo_info *ai) {
int delay = 0;
while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) & (delay < 10000)) {
while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) && (delay < 10000)) {
udelay (10);
if ((++delay % 20) == 0)
OUT4500(ai, EVACK, EV_CLEARCOMMANDBUSY);
Expand Down

0 comments on commit cbea40e

Please sign in to comment.