]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: fotg210-hcd: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 25 Oct 2017 18:48:52 +0000 (13:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:02:15 +0000 (17:02 +0100)
commit869438041606da18d0bf26ecc040cf10cad106f5
tree7cde58dc52c1c21165bc6fe7f261a3085bf7baa5
parent692260ea0a1a39276cb5765dfdd029701a9164d1
usb: host: fotg210-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/fotg210-hcd.c