Skip to content
Commit 4ebaa4ed authored by Dan Carpenter's avatar Dan Carpenter Committed by Marcel Holtmann
Browse files

Bluetooth: Fix kfree() => kfree_skb() in hci_ath.c



sk_buffs have to be freed with kfree_skb() instead of kfree().

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Acked-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 2f8362af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment