kernel-ark/drivers/nfc
Julia Lawall 5f4d6214ef NFC: nfcwilink: Use devm_kzalloc
devm_kzalloc allocates memory that is released when a driver detaches.
This patch uses devm_kzalloc for data that is allocated in the probe
function of a platform device and is only freed in the remove function.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-01-10 00:51:47 +01:00
..
pn544 NFC: Move pn544.h to linux/platform_data/ 2012-11-19 23:56:59 +01:00
Kconfig NFC: Remove the pn544 raw driver 2012-09-25 00:17:27 +02:00
Makefile NFC: Separate pn544 hci driver in HW dependant and independant parts 2012-10-26 18:26:46 +02:00
nfcwilink.c NFC: nfcwilink: Use devm_kzalloc 2013-01-10 00:51:47 +01:00
pn533.c NFC: pn533: Introduce ops for frame logic 2013-01-10 00:51:46 +01:00