usb: core: hcd: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 23 Apr 2018 12:14:53 +0000 (07:14 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:21:26 +0000 (15:21 +0200)
commit3f0989e4d366b5affc222f01d2b6273258171946
treed342fe60b08254409f4593e5b4fd43be505397d5
parentee30ec0cba81cf0a9a3a823a38573ca491efdf57
usb: core: hcd: mark expected switch fall-through

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

Addresses-Coverity-ID: 1468266 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c