Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265674
b: refs/heads/master
c: f750323
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Aug 24, 2011
1 parent a5097c9 commit dd52bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8b0be90c4d3770b0c31489fc3ae33e5d8ba9edf8
refs/heads/master: f750323009b6540cc614304fd784300b49506797
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1480,8 +1480,8 @@ mwifiex_update_curr_bss_params(struct mwifiex_private *priv,
return -ENOMEM;
}
beacon_ie = kzalloc(ie_len, GFP_KERNEL);
if (!bss_desc) {
dev_err(priv->adapter->dev, " failed to alloc bss_desc\n");
if (!beacon_ie) {
dev_err(priv->adapter->dev, " failed to alloc beacon_ie\n");
return -ENOMEM;
}
memcpy(beacon_ie, ie_buf, ie_len);
Expand Down

0 comments on commit dd52bad

Please sign in to comment.