]> Pileus Git - ~andy/linux/commit
mac802154: use kfree_skb() instead of dev_kfree_skb()
authorAlan Ott <alan@signal11.us>
Thu, 29 Nov 2012 18:25:11 +0000 (18:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Nov 2012 17:19:24 +0000 (12:19 -0500)
commit92a2ec72a7dbb84f4b614c9b72880d86db69475f
treea86002a08cd1414b4d66ff6a5b77231db6bb43c5
parentfcefbe9fcb3b0d72c91629f7fcf7ea09a46ab2c1
mac802154: use kfree_skb() instead of dev_kfree_skb()

kfree_skb() indicates failure, which is where this is being used.

Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac802154/tx.c