]> git.baikalelectronics.ru Git - kernel.git/commit
floppy: Fix fall-through warning for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 28 May 2021 20:03:35 +0000 (15:03 -0500)
committerDenis Efremov <efremov@linux.com>
Tue, 15 Jun 2021 06:18:55 +0000 (09:18 +0300)
commit14312418df5c7c687e936e3a9f3886a3ebe2b1a3
tree24c5b5870d59b29aad654e7f3c4815f01bb056a6
parent8cd83a7c901b5edaf13a75359b9fed91c12fedd1
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: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Denis Efremov <efremov@linux.com>
drivers/block/floppy.c