From: Dan Carpenter Date: Fri, 23 Jul 2010 10:11:04 +0000 (+0200) Subject: Bluetooth: Fix kfree() => kfree_skb() in hci_ath.c X-Git-Tag: v2.6.36-rc1~571^2~64^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebaa4edf8799cab19d5a0642dc95f04fd284e06;p=pandora-kernel.git Bluetooth: Fix kfree() => kfree_skb() in hci_ath.c sk_buffs have to be freed with kfree_skb() instead of kfree(). Signed-off-by: Dan Carpenter Acked-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed