diff options
Diffstat (limited to 'net/nfc/nci/ntf.c')
-rw-r--r-- | net/nfc/nci/ntf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/ntf.c b/net/nfc/nci/ntf.c index 99e1632e6aac..cb2646179e5f 100644 --- a/net/nfc/nci/ntf.c +++ b/net/nfc/nci/ntf.c | |||
@@ -497,7 +497,7 @@ static void nci_rf_deactivate_ntf_packet(struct nci_dev *ndev, | |||
497 | /* drop partial rx data packet */ | 497 | /* drop partial rx data packet */ |
498 | if (ndev->rx_data_reassembly) { | 498 | if (ndev->rx_data_reassembly) { |
499 | kfree_skb(ndev->rx_data_reassembly); | 499 | kfree_skb(ndev->rx_data_reassembly); |
500 | ndev->rx_data_reassembly = 0; | 500 | ndev->rx_data_reassembly = NULL; |
501 | } | 501 | } |
502 | 502 | ||
503 | /* complete the data exchange transaction, if exists */ | 503 | /* complete the data exchange transaction, if exists */ |