Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159148
b: refs/heads/master
c: d4b1a68
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jul 24, 2009
1 parent c9d65c1 commit 141961c
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: 6e5db0a8454b44bf88fa74cf437a507ec08f436d
refs/heads/master: d4b1a6876f99ae1886cd254f649506af6692ac9f
2 changes: 1 addition & 1 deletion trunk/net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static void __cfg80211_sme_scan_done(struct net_device *dev)
if (wdev->sme_state != CFG80211_SME_CONNECTING)
return;

if (WARN_ON(!wdev->conn))
if (!wdev->conn)
return;

if (wdev->conn->state != CFG80211_CONN_SCANNING &&
Expand Down

0 comments on commit 141961c

Please sign in to comment.