Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289949
b: refs/heads/master
c: 75ac9a2
h: refs/heads/master
i:
  289947: 2bfc1a9
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Jan 24, 2012
1 parent 72924a3 commit 6289505
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: 11ee51589a61fa836b1540293ad6c7dfd7de544a
refs/heads/master: 75ac9a28a0c6b818ba1aba874b6b3ae17241552c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ mwifiex_save_curr_bcn(struct mwifiex_private *priv)

kfree(priv->curr_bcn_buf);
priv->curr_bcn_buf = kmalloc(curr_bss->beacon_buf_size,
GFP_KERNEL);
GFP_ATOMIC);
if (!priv->curr_bcn_buf) {
dev_err(priv->adapter->dev,
"failed to alloc curr_bcn_buf\n");
Expand Down

0 comments on commit 6289505

Please sign in to comment.