Skip to content

Commit

Permalink
nfc: st21nfcb: Add missing break statement in switch section
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christophe Ricard authored and Samuel Ortiz committed Apr 5, 2015
1 parent 0fc4a12 commit 05db6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/nfc/st21nfcb/st21nfcb_se.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 05db6e9

Please sign in to comment.