Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313967
b: refs/heads/master
c: 1dacd19
h: refs/heads/master
i:
  313965: ce33c39
  313963: cd267bf
  313959: f083194
  313951: 51936a9
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Jun 5, 2012
1 parent 7f68401 commit 76e8055
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9be02923371718265ea050a5415dc4fefc4e6a64
refs/heads/master: 1dacd1980d5ba732de1b69999fd8995b3b2b724b
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmutil/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ EXPORT_SYMBOL(brcmu_pkt_buf_get_skb);
/* Free the driver packet. Free the tag if present */
void brcmu_pkt_buf_free_skb(struct sk_buff *skb)
{
if (!skb)
return;
WARN_ON(skb->next);
if (skb->destructor)
/* cannot kfree_skb() on hard IRQ (net/core/skbuff.c) if
Expand Down

0 comments on commit 76e8055

Please sign in to comment.