diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-12-08 16:08:09 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-01-25 18:09:22 -0500 |
commit | a968639bcaa7bb8fcd9a74b2c4995d754be313db (patch) | |
tree | 3ae530509c887d0e88fc7cbb55b866322685824e | |
parent | 9446f248d2f1006f0e5eafe5f828f6ab985f1808 (diff) |
NFC: st21nfca: Remove unreachable code
kfree_skb(skb) in st21nfca_hci_event_received is never reach.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | drivers/nfc/st21nfca/st21nfca.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfca/st21nfca.c b/drivers/nfc/st21nfca/st21nfca.c index f2596c8d68b0..880193b4a053 100644 --- a/drivers/nfc/st21nfca/st21nfca.c +++ b/drivers/nfc/st21nfca/st21nfca.c | |||
@@ -845,8 +845,6 @@ static int st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, | |||
845 | default: | 845 | default: |
846 | return 1; | 846 | return 1; |
847 | } | 847 | } |
848 | kfree_skb(skb); | ||
849 | return 0; | ||
850 | } | 848 | } |
851 | 849 | ||
852 | static struct nfc_hci_ops st21nfca_hci_ops = { | 850 | static struct nfc_hci_ops st21nfca_hci_ops = { |