diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:39:51 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-23 17:55:23 +0100 |
commit | 8002998e1f3efc7d284ccdd101e65587076bcfeb (patch) | |
tree | 7ddff01348086ba891f2691dab3132ceec7e03d3 /lib/extable.c | |
parent | 6a8ce97113b3b26dcf3ecc6752ee556f145cb49e (diff) | |
download | lwn-8002998e1f3efc7d284ccdd101e65587076bcfeb.tar.gz lwn-8002998e1f3efc7d284ccdd101e65587076bcfeb.zip |
staging: qlge: 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 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>
Link: https://lore.kernel.org/r/673bd9f27bcc2df8c9d12be94f54001d8066d4ab.1605896060.git.gustavoars@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/extable.c')
0 files changed, 0 insertions, 0 deletions