powerpc/kvm: Fall through switch case explicitly
authorSantosh Sivaraj <santosh@fossix.org>
Mon, 29 Jul 2019 05:55:36 +0000 (11:25 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Jul 2019 12:23:58 +0000 (22:23 +1000)
commit705d0abbcc7adf04743d04ea8754acbcdf21c326
tree05c32835f91c3091c7a0f9503a1711d759e65a49
parentcee3536d24a1d5db66b9f68c3ece0af128187ab4
powerpc/kvm: Fall through switch case explicitly

Implicit fallthrough warning was enabled globally which broke
the build. Make it explicit with a `fall through` comment.

Signed-off-by: Santosh Sivaraj <santosh@fossix.org>
Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190729055536.25591-1-santosh@fossix.org
arch/powerpc/kvm/book3s_32_mmu.c