sparc32: suppress an implicit-fallthrough warning
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 26 Nov 2018 07:11:46 +0000 (18:11 +1100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Nov 2018 23:44:26 +0000 (15:44 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/signal32.c

index 4c5b3fc..e800ce1 100644 (file)
@@ -683,6 +683,7 @@ void do_signal32(struct pt_regs * regs)
                                regs->tpc -= 4;
                                regs->tnpc -= 4;
                                pt_regs_clear_syscall(regs);
+                               /* fall through */
                        case ERESTART_RESTARTBLOCK:
                                regs->u_regs[UREG_G1] = __NR_restart_syscall;
                                regs->tpc -= 4;