Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235607
b: refs/heads/master
c: 0bbfc0e
h: refs/heads/master
i:
  235605: b8ed426
  235603: 368de30
  235599: 34b4c54
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent 0ee65c3 commit bf282f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: eee3a678835fbf8f8a5a243c7bf69d9f990a70fd
refs/heads/master: 0bbfc0edb7a2606829dfcb5c6926f20adfc68d91
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ wl_run_iscan(struct wl_iscan_ctrl *iscan, struct wlc_ssid *ssid, u16 action)
params = kzalloc(params_size, GFP_KERNEL);
if (unlikely(!params))
return -ENOMEM;
memset(params, 0, params_size);
BUG_ON(unlikely(params_size >= WLC_IOCTL_SMLEN));

wl_iscan_prep(&params->params, ssid);
Expand Down

0 comments on commit bf282f7

Please sign in to comment.