Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195234
b: refs/heads/master
c: 8607b79
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed May 11, 2010
1 parent a19927b commit 00de19b
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: cdd0864a495a4c6a6f60cae854ca962cfa1f1026
refs/heads/master: 8607b79c794a706e6df79d44da261887c5f5def2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ static int wl1271_dev_notify(struct notifier_block *me, unsigned long what,
if (wl == wl_temp)
break;
}
if (wl == NULL)
if (wl != wl_temp)
return NOTIFY_DONE;

/* Get the interface IP address for the device. "ifa" will become
Expand Down

0 comments on commit 00de19b

Please sign in to comment.