]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: core: urb: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 24 Oct 2017 03:25:43 +0000 (22:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:01:07 +0000 (17:01 +0100)
commit4f4ee7d87989df17aaca80a2e2d62b15d3f3cacc
tree4e6d72ae18a9025b03eb4d75730b76e699d05bb6
parent685b2df48e8f3f01b646f5951188804dbed58298
usb: core: urb: mark expected switch fall-through

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

Addresses-Coverity-ID: 1162594
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/urb.c