Skip to content

Commit 7de26c4

Browse files
committed
Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
Pull nios2 update from Ley Foon Tan: "Mark expected switch fall-through in signal handling" * tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2: nios2: signal: Mark expected switch fall-through
2 parents 52cd0d9 + 6b57fa4 commit 7de26c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/nios2/kernel/signal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ static int do_signal(struct pt_regs *regs)
252252
switch (retval) {
253253
case ERESTART_RESTARTBLOCK:
254254
restart = -2;
255+
fallthrough;
255256
case ERESTARTNOHAND:
256257
case ERESTARTSYS:
257258
case ERESTARTNOINTR:

0 commit comments

Comments
 (0)