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