vxge: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 20 Nov 2020 18:32:46 +0000 (12:32 -0600)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 17 May 2021 23:58:40 +0000 (18:58 -0500)
commitfc7980915a8601b9a54c547a74dad0fdffc674a5
tree456221eb308ec7d6016225830d04fea5e4760b58
parent18a0e8d0f103af40c82f751fabb0b4cb0bf2f32a
vxge: Fix fall-through warnings for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a return statement instead of 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/neterion/vxge/vxge-config.c