net: kfree(napi->skb) => kfree_skb
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 19 Mar 2009 06:12:13 +0000 (23:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2009 06:12:13 +0000 (23:12 -0700)
struct sk_buff pointers should be freed with kfree_skb.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found