OSDN Git Service

scsi: sun3_scsi: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 29 Jul 2019 14:30:07 +0000 (09:30 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Aug 2019 01:33:51 +0000 (21:33 -0400)
commitc78a66584d0318e2a01a3f10857c9b517d23bf7a
tree448e2879fee41f7d1a6cf1da2d50581509180efa
parent6d44c692c12c33bab92d3e0f524f66c3e97b7bdd
scsi: sun3_scsi: Mark expected switch fall-throughs

Mark switch cases where we are expecting to fall through.

This patch fixes the following warnings:

drivers/scsi/sun3_scsi.c: warning: this statement may fall through
[-Wimplicit-fallthrough=]:  => 399:9, 403:9

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sun3_scsi.c