Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45887e12 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Add missing returns in signal code.

parent 1b223c86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -443,6 +443,8 @@ void do_signal(struct pt_regs *regs)
			if (test_thread_flag(TIF_RESTORE_SIGMASK))
				clear_thread_flag(TIF_RESTORE_SIGMASK);
		}

		return;
	}

	/*
+2 −0
Original line number Diff line number Diff line
@@ -833,6 +833,8 @@ void do_signal32(struct pt_regs *regs)
			if (test_thread_flag(TIF_RESTORE_SIGMASK))
				clear_thread_flag(TIF_RESTORE_SIGMASK);
		}

		return;
	}

	/*