staging: greybus: mark expected switch fall-through in check_urb_status
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 10 Oct 2017 20:10:41 +0000 (15:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 14:21:27 +0000 (16:21 +0200)
commita784e3ebddd3e7b8a6e651270a926638e362b101
tree72ec01f3c28d082d81033a371506df010b0aa4cc
parentddb35ab8d9481f24e41e19439fe33b4daaf8012d
staging: greybus: mark expected switch fall-through in check_urb_status

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>
Acked-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/es2.c