]> git.baikalelectronics.ru Git - 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)
commitc8536fe883d23121ee9bb4911c1b6dcde5d860fd
tree4e6d72ae18a9025b03eb4d75730b76e699d05bb6
parenta8bbf8a803ac878193d04e780b9c8f1ab44406f7
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