OSDN Git Service

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

index 5665261..8395378 100644 (file)
@@ -508,6 +508,7 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0)
                                regs->pc -= 4;
                                regs->npc -= 4;
                                pt_regs_clear_syscall(regs);
+                               /* fall through */
                        case ERESTART_RESTARTBLOCK:
                                regs->u_regs[UREG_G1] = __NR_restart_syscall;
                                regs->pc -= 4;