aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2019-08-05 13:55:33 -0500
committerPaul Burton <[email protected]>2019-08-05 18:25:30 -0700
commit74034a09267c1f48d5ce7ae4c4a317fac7d43418 (patch)
treeb09d30a0d31fabbdc967e28e99e3b61d5c672d7a /lib
parent2d291e6cc183608e1f6eb8580268df7c68bdf7c3 (diff)
MIPS: BCM63XX: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through. This patch fixes the following warning (Building: bcm63xx_defconfig mips): arch/mips/pci/ops-bcm63xx.c: In function ‘bcm63xx_pcie_can_access’: arch/mips/pci/ops-bcm63xx.c:474:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (PCI_SLOT(devfn) == 0) ^ arch/mips/pci/ops-bcm63xx.c:477:2: note: here default: ^~~~~~~ Signed-off-by: Gustavo A. R. Silva <[email protected]> Signed-off-by: Paul Burton <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: James Hogan <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected]
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions