]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: wusbcore: wa-xfer: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 26 Oct 2017 00:57:21 +0000 (19:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 15:51:09 +0000 (16:51 +0100)
commit06211656233f76643e5b82c343b726457689bec1
treea24cc431dd699bc7d05e7794368acca1705b179a
parentb82162bcd26770731a94a65d09e46f8355c60179
usb: wusbcore: wa-xfer: 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/wusbcore/wa-xfer.c