Re: [PATCH 2/2] mac802154: use kfree_skb() instead of dev_kfree_skb()

2012-11-30 Thread David Miller
From: Alan Ott Date: Thu, 29 Nov 2012 23:25:11 -0500 > kfree_skb() indicates failure, which is where this is being used. > > Signed-off-by: Alan Ott Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

[PATCH 2/2] mac802154: use kfree_skb() instead of dev_kfree_skb()

2012-11-29 Thread Alan Ott
kfree_skb() indicates failure, which is where this is being used. Signed-off-by: Alan Ott --- net/mac802154/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c index db63914..4e09d07 100644 --- a/net/mac802154/tx.c +++ b/net/mac802154/