Skip to content
Commit 2c9bdf6e authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Denis Efremov
Browse files

floppy: Fix fall-through warning 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
Link: https://lore.kernel.org/linux-hardening/47bcd36a-6524-348b-e802-0691d1b3c429@kernel.dk/


Suggested-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarGustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: default avatarDenis Efremov <efremov@linux.com>
parent 30ab5db7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment