diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/nfc/nci/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index 12d1d4d62672..a47e90c7d9d1 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c | |||
@@ -444,7 +444,7 @@ static int nci_activate_target(struct nfc_dev *nfc_dev, __u32 target_idx, | |||
444 | { | 444 | { |
445 | struct nci_dev *ndev = nfc_get_drvdata(nfc_dev); | 445 | struct nci_dev *ndev = nfc_get_drvdata(nfc_dev); |
446 | struct nci_rf_discover_select_param param; | 446 | struct nci_rf_discover_select_param param; |
447 | struct nfc_target *target = 0; | 447 | struct nfc_target *target = NULL; |
448 | int i; | 448 | int i; |
449 | int rc = 0; | 449 | int rc = 0; |
450 | 450 | ||