diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-10-25 22:54:44 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 03:55:13 +0100 |
commit | 064d00479697907730a4aff9edf879c0ca4743f0 (patch) | |
tree | d6126d57ece21b0da692a98914cf7e246054be43 /net/nfc/nci | |
parent | 96d4581f0b3712221d6ed4a765bb6b4ea40f2b2f (diff) | |
download | op-kernel-dev-064d00479697907730a4aff9edf879c0ca4743f0.zip op-kernel-dev-064d00479697907730a4aff9edf879c0ca4743f0.tar.gz |
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/nci')
-rw-r--r-- | net/nfc/nci/hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/hci.c b/net/nfc/nci/hci.c index c968304..2aedac1 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) |