]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/usb/host/xhci-mem.c
usb: host: xhci-mem: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 25 Oct 2017 18:49:10 +0000 (13:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:02:15 +0000 (17:02 +0100)
commit1356cedd99aab15a60c4c4ade79e52c4b5200fdf
tree5b25a100ea0fadfb05e919b1d18e2f5ac01dd20c
parent7d864999814e777fe083c2fd156112ccf9058882
usb: host: xhci-mem: 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/host/xhci-mem.c