Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66989
b: refs/heads/master
c: 314a886
h: refs/heads/master
i:
  66987: 6056aa8
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent 321bf54 commit da826dd
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: 8b17d7234c7039b668739e1868f3d5544d79a4c0
refs/heads/master: 314a886f08d689cdcf10bd8e4777a3d9f483bb53
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ static int wlan_scan_channel_list(wlan_private * priv,

lbs_deb_enter(LBS_DEB_ASSOC);

if (pscancfgout == 0 || pchantlvout == 0 || pscanchanlist == 0) {
if (!pscancfgout || !pchantlvout || !pscanchanlist) {
lbs_deb_scan("Scan: Null detect: %p, %p, %p\n",
pscancfgout, pchantlvout, pscanchanlist);
return -1;
Expand Down

0 comments on commit da826dd

Please sign in to comment.