usb: storage: sddr55: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Fri, 27 Oct 2017 20:49:28 +0000 (15:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Oct 2017 08:52:39 +0000 (09:52 +0100)
commitc2300cd67c9583c8084767dd4dac19287afc5498
tree97681a447e1d111c047e699ff0b97544c742853d
parent1f4d31f9aa016b5cb8ebcc2061fb59b295d51c76
usb: storage: sddr55: mark expected switch fall-through

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

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/sddr55.c