linux_old1/drivers/nfc/st21nfcb
Firo Yang 38bd83f04c NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer
Since ndev->driver_data is allocated by devm_kzalloc(), we do not
need the inappropriate kfree to free it in driver's remove function.
Freeing will trigger when driver unloads.

Cc: stable@vger.kernel.org
Acked-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Firo Yang <firogm@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-06-09 00:34:22 +02:00
..
Kconfig
Makefile NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
i2c.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
ndlc.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
ndlc.h NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. 2014-09-24 02:02:23 +02:00
st21nfcb.c NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer 2015-06-09 00:34:22 +02:00
st21nfcb.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
st21nfcb_se.c nfc: st21nfcb: Add additional comments about EVT_TRANSACTION 2015-04-06 00:19:22 +02:00
st21nfcb_se.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00