]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: isp116x-hcd: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 24 Oct 2017 19:47:28 +0000 (14:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:01:06 +0000 (17:01 +0100)
commitf5e11335f86a70dc547a70c8330835206406261d
tree04872dc02f1afb498306a94510d2cc6a016670b2
parente28e7218730ea17b90dfd71a07b16fe254971951
usb: host: isp116x-hcd: mark expected switch fall-throughs

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

Addresses-Coverity-ID: 115006
Addresses-Coverity-ID: 115007
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/isp116x-hcd.c