diff options
Diffstat (limited to 'drivers/bluetooth/hci_ath.c')
-rw-r--r-- | drivers/bluetooth/hci_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ath.c b/drivers/bluetooth/hci_ath.c index b941dd5dc981..6a160c17ea94 100644 --- a/drivers/bluetooth/hci_ath.c +++ b/drivers/bluetooth/hci_ath.c | |||
@@ -163,7 +163,7 @@ static int ath_enqueue(struct hci_uart *hu, struct sk_buff *skb) | |||
163 | struct ath_struct *ath = hu->priv; | 163 | struct ath_struct *ath = hu->priv; |
164 | 164 | ||
165 | if (bt_cb(skb)->pkt_type == HCI_SCODATA_PKT) { | 165 | if (bt_cb(skb)->pkt_type == HCI_SCODATA_PKT) { |
166 | kfree(skb); | 166 | kfree_skb(skb); |
167 | return 0; | 167 | return 0; |
168 | } | 168 | } |
169 | 169 | ||