scsi: osst: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 28 Nov 2018 04:33:04 +0000 (22:33 -0600)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 7 Feb 2019 10:41:48 +0000 (21:41 +1100)
commit7201f0d409823c7dfe9819eac39f60117a73504e
tree45d89f3b94ea20542f52423985f729e76564f8ac
parente2a6cf45d28e63630089099fcdaefd5af2061a5f
scsi: osst: mark expected switch fall-throughs

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

Addresses-Coverity-ID: 114983 ("Missing break in switch")
Addresses-Coverity-ID: 114984 ("Missing break in switch")
Addresses-Coverity-ID: 114985 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/scsi/osst.c