]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
scsi: mptfusion: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 3 Jul 2018 22:20:03 +0000 (17:20 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 11 Jul 2018 02:42:47 +0000 (22:42 -0400)
commitfc21ae8927f391b6e3944f82e417355da5d06a83
tree72925a7c33e67d83c75596496a8aa74e3507ea7a
parent14b470b56840dbb093abd71f214e9d63770c87b8
scsi: mptfusion: mark expected switch fall-throughs

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

Warning level 2 was used: -Wimplicit-fallthrough=2

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/message/fusion/mptbase.c
drivers/message/fusion/mptsas.c