summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-03-31 08:02:20 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2015-04-06 00:18:43 +0200
commit05db6e94fe7f63e10df94bd628a033b2ecb0bf7b (patch)
treec2500d672d01e19656aa240fbd49e651b6f88497 /drivers/nfc/st21nfcb
parent0fc4a1291aeef338593e44e5396559df27f0bfdf (diff)
downloadop-kernel-dev-05db6e94fe7f63e10df94bd628a033b2ecb0bf7b.zip
op-kernel-dev-05db6e94fe7f63e10df94bd628a033b2ecb0bf7b.tar.gz
nfc: st21nfcb: Add missing break statement in switch section
Add missing break statement when ST21NFCB_EVT_TRANSACTION switch section ends. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st21nfcb')
-rw-r--r--drivers/nfc/st21nfcb/st21nfcb_se.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfcb/st21nfcb_se.c b/drivers/nfc/st21nfcb/st21nfcb_se.c
index 455b9c2..6df7b95 100644
--- a/drivers/nfc/st21nfcb/st21nfcb_se.c
+++ b/drivers/nfc/st21nfcb/st21nfcb_se.c
@@ -340,6 +340,7 @@ static int st21nfcb_hci_connectivity_event_received(struct nci_dev *ndev,
transaction->aid_len + 4, transaction->params_len);
r = nfc_se_transaction(ndev->nfc_dev, host, transaction);
+ break;
default:
return 1;
}
OpenPOWER on IntegriCloud