diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-10-25 22:54:45 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 03:55:13 +0100 |
commit | 57dc828a7740f600ea8ce3049c3745aa805c83c9 (patch) | |
tree | 5d3e553097c68525790021462d3965e2de6c4575 /drivers/nfc/st21nfca/se.c | |
parent | 064d00479697907730a4aff9edf879c0ca4743f0 (diff) | |
download | blackbird-op-linux-57dc828a7740f600ea8ce3049c3745aa805c83c9.tar.gz blackbird-op-linux-57dc828a7740f600ea8ce3049c3745aa805c83c9.zip |
NFC: st21nfca: Add few code style fixes
Add a minor 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 'drivers/nfc/st21nfca/se.c')
-rw-r--r-- | drivers/nfc/st21nfca/se.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st21nfca/se.c b/drivers/nfc/st21nfca/se.c index 8e05d73b88ea..d3347c7e8c37 100644 --- a/drivers/nfc/st21nfca/se.c +++ b/drivers/nfc/st21nfca/se.c @@ -19,7 +19,7 @@ #include "st21nfca.h" #define ST21NFCA_EVT_UICC_ACTIVATE 0x10 -#define ST21NFCA_EVT_UICC_DEACTIVATE 0x13 +#define ST21NFCA_EVT_UICC_DEACTIVATE 0x13 #define ST21NFCA_EVT_SE_HARD_RESET 0x20 #define ST21NFCA_EVT_SE_SOFT_RESET 0x11 #define ST21NFCA_EVT_SE_END_OF_APDU_TRANSFER 0x21 |