]> www.infradead.org Git - users/jedix/linux-maple.git/commit
braille_console: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 20 Nov 2020 18:34:35 +0000 (12:34 -0600)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 18 May 2021 00:38:01 +0000 (19:38 -0500)
commitf5e9724c42d94b9acf061cc8225c4778b22186b7
tree3081543782bd52cf61f5494b59cc2ac811e72e0e
parent79121184f8e7c41c0ffe483f402b9d7f89256698
braille_console: 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>
drivers/accessibility/braille/braille_console.c