Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79190
b: refs/heads/master
c: f3db2bb
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent 084b427 commit f88197b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 689442dca16eb27fee19074499d42845fe54c12a
refs/heads/master: f3db2bb411512d1ebd6233b3985d98f4fe7ea8a8
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include <linux/moduleparam.h>
#include <linux/delay.h>
#include <linux/freezer.h>
#include <linux/etherdevice.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
Expand Down Expand Up @@ -653,8 +652,6 @@ static int lbs_thread(void *data)

init_waitqueue_entry(&wait, current);

set_freezable();

for (;;) {
int shouldsleep;

Expand Down Expand Up @@ -698,7 +695,6 @@ static int lbs_thread(void *data)

set_current_state(TASK_RUNNING);
remove_wait_queue(&priv->waitq, &wait);
try_to_freeze();

lbs_deb_thread("main-thread 333: intcounter=%d currenttxskb=%p dnld_sent=%d\n",
priv->intcounter, priv->currenttxskb, priv->dnld_sent);
Expand Down

0 comments on commit f88197b

Please sign in to comment.