scsi: ppa: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 20:06:48 +0000 (14:06 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:39:04 +0000 (18:39 -0500)
commit2d5ffc2611f45de5ada90047c5d8723a3b33db38
treea255f96540958161c1d4cfebbc2eebd6b221975f
parent6bb0497834d4440be1802bff417bc5b91d060b91
scsi: ppa: mark expected switch fall-through

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

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