PCI: Mark expected switch fall-through
authorMathieu Malaterre <malat@debian.org>
Mon, 14 Jan 2019 20:41:36 +0000 (21:41 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 14 Jan 2019 22:56:04 +0000 (16:56 -0600)
commit1d09d57728fedd7357ee22d407ae8aae6477757f
treed145bcf28d3ffc49bcde28fef1623da40d41d34a
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
PCI: Mark expected switch fall-through

There is a plan to build the kernel with -Wimplicit-fallthrough and
these places in the code produced warnings (W=1).  Fix them up.

Signed-off-by: Mathieu Malaterre <malat@debian.org>
[bhelgaas: squash into one patch, drop extra changelog detail]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c
drivers/pci/quirks.c