]> git.baikalelectronics.ru Git - kernel.git/commit
PCI / ACPI: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 4 Oct 2018 15:40:41 +0000 (17:40 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Oct 2018 20:50:37 +0000 (15:50 -0500)
commit5f914f0538fc7eac8174142cb9867df8c675bccf
tree6c4566db19aa4e48e1d9bd8cede2666a2df2bd70
parent8208f1fb03141a0c2cdd7d7eca63fd8ce7e6ca4b
PCI / ACPI: Mark expected switch fall-through

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

Addresses-Coverity-ID: 1472052 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-acpi.c