commit | 7db57e77586744af46c8bbf8f831bb2b941b7afc | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 31 00:00:15 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 31 00:19:34 2019 +1000 |
tree | 379a4a3fa4fe1d5f8cd071caff6d20f27811e09a | |
parent | da1115fdbd6e86c62185cdd2b4bf7add39f2f82b [diff] |
powerpc/spe: Mark expected switch fall-throughs Mark switch cases where we are expecting to fall through. Fixes errors such as below, seen with mpc85xx_defconfig: arch/powerpc/kernel/align.c: In function 'emulate_spe': arch/powerpc/kernel/align.c:178:8: error: this statement may fall through ret |= __get_user_inatomic(temp.v[3], p++); ^~ Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190730141917.21817-1-mpe@ellerman.id.au