diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-07-29 16:03:13 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-08-07 21:35:59 -0400 |
commit | c72a9692923f67a0ba862093848d1834259e01c3 (patch) | |
tree | 5680eb1336edc0c933525cbc272e951033f02df6 /drivers/parport | |
parent | c78a66584d0318e2a01a3f10857c9b517d23bf7a (diff) | |
download | linux-stable-c72a9692923f67a0ba862093848d1834259e01c3.tar.gz linux-stable-c72a9692923f67a0ba862093848d1834259e01c3.tar.bz2 linux-stable-c72a9692923f67a0ba862093848d1834259e01c3.zip |
scsi: wd33c93: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through.
This patch fixes the following warning (Building: m68k):
drivers/scsi/wd33c93.c: In function round_4 :
drivers/scsi/wd33c93.c:1856:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: ++x;
^~~
drivers/scsi/wd33c93.c:1857:3: note: here
case 3: ++x;
^~~~
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/parport')
0 files changed, 0 insertions, 0 deletions