]> git.ipfire.org Git - thirdparty/linux.git/commit
parport: parport_pc: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sun, 25 Nov 2018 21:48:45 +0000 (21:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 07:31:27 +0000 (08:31 +0100)
commitaa1f0fa374ed23528b915a693a11b0f275a299c0
treecea0901dce478941f8ba70f6b338f45448cf8b19
parent885b3680c4a6c052da937770652aec81f8e5590b
parport: parport_pc: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 114730 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_pc.c