Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341534
b: refs/heads/master
c: 5b15d0f
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Nov 20, 2012
1 parent 8b86cd0 commit bc27367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9242c7261b8c05de71fb83f2fa7a299691c66977
refs/heads/master: 5b15d0f449036b0674c5214296572f53974c22ac
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/fweh.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@ void brcmf_fweh_process_event(struct brcmf_pub *drvr,
alloc_flag = GFP_ATOMIC;

event = kzalloc(sizeof(*event) + datalen, alloc_flag);
if (!event)
return;

event->code = code;
event->ifidx = *ifidx;

Expand Down

0 comments on commit bc27367

Please sign in to comment.