summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca
diff options
context:
space:
mode:
authorGustavo A. R. Silva2019-02-13 19:54:03 +0100
committerGustavo A. R. Silva2019-04-09 18:48:38 +0200
commit9fe0a75908903428ef33d05a4f4842a057b36a62 (patch)
treef63955ffdbfa02db4d778fa0194923370b82c0a4 /drivers/nfc/st21nfca
parentblock: Mark expected switch fall-throughs (diff)
downloadkernel-qcow2-linux-9fe0a75908903428ef33d05a4f4842a057b36a62.tar.gz
kernel-qcow2-linux-9fe0a75908903428ef33d05a4f4842a057b36a62.tar.xz
kernel-qcow2-linux-9fe0a75908903428ef33d05a4f4842a057b36a62.zip
NFC: pn533: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warnings: drivers/nfc/pn533/pn533.c: In function ‘pn533_transceive’: drivers/nfc/pn533/pn533.c:2142:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (dev->tgt_active_prot == NFC_PROTO_FELICA) { ^ drivers/nfc/pn533/pn533.c:2150:2: note: here default: ^~~~~~~ drivers/nfc/pn533/pn533.c: In function ‘pn533_wq_mi_recv’: drivers/nfc/pn533/pn533.c:2267:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (dev->tgt_active_prot == NFC_PROTO_FELICA) { ^ drivers/nfc/pn533/pn533.c:2276:2: note: here default: ^~~~~~~ Warning level 3 was used: -Wimplicit-fallthrough=3 This patch is part of the ongoing efforts to enable -Wimplicit-fallthrough. Addresses-Coverity-ID: 1230487 ("Missing break in switch") Addresses-Coverity-ID: 1230488 ("Missing break in switch") Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'drivers/nfc/st21nfca')
0 files changed, 0 insertions, 0 deletions