commit | 064d00479697907730a4aff9edf879c0ca4743f0 | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Sun Oct 25 22:54:44 2015 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Oct 27 03:55:13 2015 +0100 |
tree | d6126d57ece21b0da692a98914cf7e246054be43 | |
parent | 96d4581f0b3712221d6ed4a765bb6b4ea40f2b2f [diff] [blame] |
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>
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 @@ break; } - nci_req_complete(ndev, 0); + nci_req_complete(ndev, NCI_STATUS_OK); } static void nci_hci_msg_rx_work(struct work_struct *work)