Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97678
b: refs/heads/master
c: b212f33
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and John W. Linville committed Jun 4, 2008
1 parent 9865999 commit fef7be3
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: 48e6c51bd326ce9faf07fbdf84d361c9755b7035
refs/heads/master: b212f3378a9cfca4da52d7c7e6f79ead8ec287fc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,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 fef7be3

Please sign in to comment.