dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/nfc/llcp
Dan Carpenter 5b68a7ca32 NFC: use kfree_skb() for sk_buffs
This is a struct sk_buff pointer and it should be freed with kfree_skb()
instead of kfree().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-12-19 14:40:23 -05:00
..
Kconfig NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00
commands.c NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00
llcp.c NFC: use kfree_skb() for sk_buffs 2011-12-19 14:40:23 -05:00
llcp.h NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00
sock.c NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00