scsi: csiostor: csio_wr: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 18:15:47 +0000 (12:15 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:37:31 +0000 (18:37 -0500)
commit1f7716373901768afa504638a34221236dfb708c
tree2c57d41e9188e9e700c1ff219081eb903d8dfa77
parent8fabc0eb9daabb120b579af2686abe49083dc1b5
scsi: csiostor: csio_wr: mark expected switch fall-through

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

Addresses-Coverity-ID: 1056538 ("Missing break in switch")
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
drivers/scsi/csiostor/csio_wr.c