]> git.ipfire.org Git - thirdparty/linux.git/commit
scsi: isci: phy: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 28 Nov 2018 04:29:55 +0000 (22:29 -0600)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 21 Dec 2018 01:03:55 +0000 (20:03 -0500)
commit1aba50b880e1834a6f2f1cb0df23ccce3e84b8a8
tree80a9504f3139efa951f7e7994284db0a26709b46
parentc2332b004907229b19a5687004290464df7c3e9d
scsi: isci: phy: Mark expected switch fall-through

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

Addresses-Coverity-ID: 703127 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/phy.c