]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: host: ohci-hcd: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 25 Oct 2017 18:49:14 +0000 (13:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:02:15 +0000 (17:02 +0100)
commitf5a3908e88704397e213d46b352feccef36eb92c
tree14f070a1b7aed5d2587e9394bfd1a4a63dd96f67
parent1356cedd99aab15a60c4c4ade79e52c4b5200fdf
usb: host: ohci-hcd: 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/host/ohci-hcd.c