diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-31 00:00:15 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-31 00:19:34 +1000 |
commit | 7db57e77586744af46c8bbf8f831bb2b941b7afc (patch) | |
tree | 379a4a3fa4fe1d5f8cd071caff6d20f27811e09a /arch/powerpc/kernel/msi.c | |
parent | da1115fdbd6e86c62185cdd2b4bf7add39f2f82b (diff) | |
download | linux-7db57e77586744af46c8bbf8f831bb2b941b7afc.tar.bz2 |
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
Diffstat (limited to 'arch/powerpc/kernel/msi.c')
0 files changed, 0 insertions, 0 deletions