PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthrough
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 5 Jul 2018 14:56:00 +0000 (09:56 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Thu, 12 Jul 2018 21:55:57 +0000 (16:55 -0500)
commitd6488ac19aabcc6c85a74b69eaf1b7301124c323
tree191b140d34d6874ec1a06f290700bfe5353e8e5b
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthrough

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

Warning level 2 was used: -Wimplicit-fallthrough=2

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/pciehp_ctrl.c
drivers/pci/hotplug/shpchp_ctrl.c
drivers/pci/pci.c
drivers/pci/quirks.c