diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:39:57 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-23 17:55:23 +0100 |
commit | 41d02747c4d12fdbf63f9148befc33b0b9f7c634 (patch) | |
tree | cde81e47c2d5988c7303cc86186d7e288ea07a26 /kernel | |
parent | 8002998e1f3efc7d284ccdd101e65587076bcfeb (diff) | |
download | lwn-41d02747c4d12fdbf63f9148befc33b0b9f7c634.tar.gz lwn-41d02747c4d12fdbf63f9148befc33b0b9f7c634.zip |
staging: vt6656: 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/5a5a8f2489fbf61f65f0241c349737f7c9ad59ca.1605896060.git.gustavoars@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions