Re: [PATCH] NFC: st21nfca: add missed kfree_skb() in an error path
From: David Miller <davem@davemloft.net>
Date: 2020-05-30 00:05:03
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2020-05-30 00:05:03
Also in:
lkml
From: Chuhong Yuan <redacted> Date: Thu, 28 May 2020 18:20:37 +0800
st21nfca_tm_send_atr_res() misses to call kfree_skb() in an error path.
Add the missed function call to fix it.
Fixes: 1892bf844ea0 ("NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target mode")
Signed-off-by: Chuhong Yuan <redacted>Applied and queued up for -stable, thank you.