From: Stephen Rothwell Date: Mon, 26 Nov 2018 07:45:26 +0000 (+1100) Subject: sparc32: supress another implicit-fallthrough warning X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e399ef194171717aefa78838d02b1e92267be2b1;p=openwrt%2Fstaging%2Fblogic.git sparc32: supress another implicit-fallthrough warning Signed-off-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/arch/sparc/kernel/signal_32.c b/arch/sparc/kernel/signal_32.c index 5665261cee37..83953780ca01 100644 --- a/arch/sparc/kernel/signal_32.c +++ b/arch/sparc/kernel/signal_32.c @@ -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;