Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291073
b: refs/heads/master
c: 3379013
h: refs/heads/master
i:
  291071: 3645cf7
v: v3
  • Loading branch information
Dan Carpenter authored and Johan Hedberg committed Feb 29, 2012
1 parent 74a04a2 commit 0d09efe
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: 02b7cc62b6176748dc5b55e0ca9c965f73a5c300
refs/heads/master: 3379013bcfceb3c0365a3cf03543d6c67b84fc34
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4284,7 +4284,7 @@ static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk
if (!chan) {
BT_DBG("unknown cid 0x%4.4x", cid);
/* Drop packet and return */
kfree(skb);
kfree_skb(skb);
return 0;
}

Expand Down

0 comments on commit 0d09efe

Please sign in to comment.