2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-12 07:34:08 +08:00
linux-next/drivers/nfc/st21nfcb
Christophe Ricard 9446f248d2 NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"
ndlc pointer got allocated with devm_kzalloc in ndlc_probe function.

This gives this error message:
drivers/nfc/st21nfcb/ndlc.c:296:1-6: WARNING: invalid free of devm_ allocated data.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-01-26 00:09:22 +01:00
..
i2c.c NFC: dts: st21nfcb: Fix compatible string spelling to follow other drivers 2015-01-26 00:09:22 +01:00
Kconfig
Makefile NFC: st21nfcb: Fix depmod dependency cycle 2014-09-07 23:45:35 +02:00
ndlc.c NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data" 2015-01-26 00:09:22 +01:00
ndlc.h NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. 2014-09-24 02:02:23 +02:00
st21nfcb.c NFC: st21nfcb: Add ISO15693 Reader/Writer support 2014-09-24 02:02:24 +02:00
st21nfcb.h NFC: st21nfcb: Remove useless headers 2014-09-08 00:31:51 +02:00