linux-stable/drivers/nfc
Navid Emamdoost b10dc328b3 nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame
[ Upstream commit 1e8fd3a97f ]

The implementation of s3fwrn5_recv_frame() is supposed to consume skb on
all execution paths. Release skb before returning -ENODEV.

Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-08-05 10:06:52 +02:00
..
fdp NFC: fdp: Fix a signedness bug in fdp_nci_send_patch() 2020-04-02 16:34:25 +02:00
microread
nfcmrvl NFC: nfcmrvl: fix gpio-handling regression 2019-08-09 17:53:35 +02:00
nxp-nci NFC: nxp-nci: Fix NULL pointer dereference after I2C communication error 2019-12-17 20:37:27 +01:00
pn533 NFC: pn533: fix bulk-message timeout 2020-01-23 08:20:34 +01:00
pn544 nfc: pn544: Fix occasional HW initialization failure 2020-03-11 18:02:47 +01:00
s3fwrn5 nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame 2020-08-05 10:06:52 +02:00
st-nci st_nci_hci_connectivity_event_received: null check the allocation 2019-08-29 08:26:38 +02:00
st21nfca NFC: st21nfca: add missed kfree_skb() in an error path 2020-06-11 09:22:59 +02:00
st95hf spi: ST ST95HF NFC: declare missing of table 2019-05-16 19:42:24 +02:00
Kconfig
Makefile
mei_phy.c
mei_phy.h
nfcsim.c
port100.c NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu(). 2020-02-28 16:35:59 +01:00
trf7970a.c