]> git.baikalelectronics.ru Git - kernel.git/commit
usb: storage: uas: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 24 Oct 2017 16:48:19 +0000 (11:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:01:06 +0000 (17:01 +0100)
commita8bbf8a803ac878193d04e780b9c8f1ab44406f7
tree1effe05e6ce832c9355326f02c6cd3139ea420ce
parentf5e11335f86a70dc547a70c8330835206406261d
usb: storage: uas: mark expected switch fall-through

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

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