Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171393
b: refs/heads/master
c: 3d76e82
h: refs/heads/master
i:
  171391: 02402d3
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Nov 4, 2009
1 parent 6d7dffd commit a8d0d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32060e1b64f23fe315a35d2df8c2c7ad010df73e
refs/heads/master: 3d76e82c9538d8104e578ca460d35f214bfddfd3
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/pci.h>
Expand Down Expand Up @@ -428,6 +429,7 @@ mwl8k_send_fw_load_cmd(struct mwl8k_priv *priv, void *data, int length)
break;
}

cond_resched();
udelay(1);
} while (--loops);

Expand Down

0 comments on commit a8d0d2d

Please sign in to comment.