Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203923
b: refs/heads/master
c: 4ebaa4e
h: refs/heads/master
i:
  203921: 97e7ccf
  203919: fdf294c
v: v3
  • Loading branch information
Dan Carpenter authored and Marcel Holtmann committed Jul 27, 2010
1 parent 52beed9 commit 9e79645
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: 2f8362afcd2da8b313ec3cc04a50af19d3592972
refs/heads/master: 4ebaa4edf8799cab19d5a0642dc95f04fd284e06
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_ath.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int ath_enqueue(struct hci_uart *hu, struct sk_buff *skb)
struct ath_struct *ath = hu->priv;

if (bt_cb(skb)->pkt_type == HCI_SCODATA_PKT) {
kfree(skb);
kfree_skb(skb);
return 0;
}

Expand Down

0 comments on commit 9e79645

Please sign in to comment.