diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:27:00 -0600 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-05-17 19:24:57 -0500 |
commit | d66aea44b0ac7b58d9da8269ebd053f164e4aa54 (patch) | |
tree | 994de001c6be9a492fcf5e3333c571a3ba6c2140 /crypto/ecc.c | |
parent | cc9fd18032efada6433712f52de8d98dfbd00fd2 (diff) | |
download | linux-d66aea44b0ac7b58d9da8269ebd053f164e4aa54.tar.bz2 |
qlcnic: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
warnings by explicitly adding a break and a goto statements instead of
just letting the code fall through to the next case.
Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'crypto/ecc.c')
0 files changed, 0 insertions, 0 deletions