scsi: sym53c8xx_2: sym_hipd: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 20:14:18 +0000 (14:14 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:39:08 +0000 (18:39 -0500)
commit7c2901107d1a14e98f0943f530459cb0d15ddf1b
treee55411d4d271bc9da5864b1ad80ca6f5419252ea
parent2d5ffc2611f45de5ada90047c5d8723a3b33db38
scsi: sym53c8xx_2: sym_hipd: mark expected switch fall-throughs

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

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