bnxt_en: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 20 Nov 2020 18:27:50 +0000 (12:27 -0600)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 18 May 2021 00:23:09 +0000 (19:23 -0500)
commitcc9fd18032efada6433712f52de8d98dfbd00fd2
tree4fa6d19faf57646acdd0fb0c84c5ae8084e18850
parent9b8b84c168b6c1e033a21b7a6880550a802ad378
bnxt_en: Fix fall-through warnings for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement 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>
drivers/net/ethernet/broadcom/bnxt/bnxt.c