Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265722
b: refs/heads/master
c: 90d0963
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Sep 15, 2011
1 parent a9f84c0 commit 0d75294
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: 929f61896e194f45696ba52852ccbfd5edd04df1
refs/heads/master: 90d0963d17c11188d1d986a235b8aa775c2fb8f2
2 changes: 1 addition & 1 deletion trunk/net/ieee802154/6lowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ lowpan_process_data(struct sk_buff *skb)
sizeof(hdr));
return lowpan_skb_deliver(skb, &hdr);
drop:
kfree(skb);
kfree_skb(skb);
return -EINVAL;
}

Expand Down

0 comments on commit 0d75294

Please sign in to comment.