Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180595
b: refs/heads/master
c: 33a5d08
h: refs/heads/master
i:
  180593: bcd344d
  180591: 3035165
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Feb 9, 2010
1 parent fc013cd commit 0225bf7
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: 6c8afef551fef87a3bf24f8a74c69a7f2f72fc82
refs/heads/master: 33a5d083e786f0c3fb4efedb59b0e8e3de39963b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwmc3200wifi/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ static int iwm_mlme_update_bss_table(struct iwm_priv *iwm, u8 *buf,
}

bss->bss = kzalloc(bss_len, GFP_KERNEL);
if (!bss) {
if (!bss->bss) {
kfree(bss);
IWM_ERR(iwm, "Couldn't allocate bss\n");
return -ENOMEM;
Expand Down

0 comments on commit 0225bf7

Please sign in to comment.