Skip to content

Commit e08100f

Browse files
committed
Merge tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Pull fallthrough fix from Gustavo Silva: "Fix a fall-through warning when building with -Wimplicit-fallthrough on PowerPC" * tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux: powerpc/pasemi: Fix fall-through warning for Clang
2 parents 9bead1b + 615c77e commit e08100f

File tree

1 file changed

+1
-0
lines changed
  • arch/powerpc/platforms/pasemi

1 file changed

+1
-0
lines changed

arch/powerpc/platforms/pasemi/idle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static int pasemi_system_reset_exception(struct pt_regs *regs)
4242
switch (regs->msr & SRR1_WAKEMASK) {
4343
case SRR1_WAKEDEC:
4444
set_dec(1);
45+
break;
4546
case SRR1_WAKEEE:
4647
/*
4748
* Handle these when interrupts get re-enabled and we take

0 commit comments

Comments
 (0)