summaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-10-25 22:54:44 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-10-27 03:55:13 +0100
commit064d00479697907730a4aff9edf879c0ca4743f0 (patch)
treed6126d57ece21b0da692a98914cf7e246054be43 /net/nfc
parent96d4581f0b3712221d6ed4a765bb6b4ea40f2b2f (diff)
downloadlinux-0-day-064d00479697907730a4aff9edf879c0ca4743f0.tar.gz
linux-0-day-064d00479697907730a4aff9edf879c0ca4743f0.tar.xz
NFC: st-nci: Add few code style fixes
Add some few code style fixes. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/nci/hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/hci.c b/net/nfc/nci/hci.c
index c96830421097c..2aedac15cb592 100644
--- a/net/nfc/nci/hci.c
+++ b/net/nfc/nci/hci.c
@@ -407,7 +407,7 @@ static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe,
break;
}
- nci_req_complete(ndev, 0);
+ nci_req_complete(ndev, NCI_STATUS_OK);
}
static void nci_hci_msg_rx_work(struct work_struct *work)