aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf
diff options
context:
space:
mode:
authorDinghao Liu <dinghao.liu@zju.edu.cn>2020-08-23 15:23:43 +0800
committerDavid S. Miller <davem@davemloft.net>2020-08-24 17:34:25 -0700
commitf97c04c316d8fea16dca449fdfbe101fbdfee6a2 (patch)
tree792c9273222a916878d265c2e77a9d8906e54450 /drivers/nfc/st95hf
parentMerge branch 'MAINTAINERS-Remove-self-from-PHY-LIBRARY' (diff)
downloadlinux-dev-f97c04c316d8fea16dca449fdfbe101fbdfee6a2.tar.xz
linux-dev-f97c04c316d8fea16dca449fdfbe101fbdfee6a2.zip
NFC: st95hf: Fix memleak in st95hf_in_send_cmd
When down_killable() fails, skb_resp should be freed just like when st95hf_spi_send() fails. Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/st95hf')
-rw-r--r--drivers/nfc/st95hf/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index 9642971e89ce..457854765983 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -966,7 +966,7 @@ static int st95hf_in_send_cmd(struct nfc_digital_dev *ddev,
rc = down_killable(&stcontext->exchange_lock);
if (rc) {
WARN(1, "Semaphore is not found up in st95hf_in_send_cmd\n");
- return rc;
+ goto free_skb_resp;
}
rc = st95hf_spi_send(&stcontext->spicontext, skb->data,