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

Commit c710f590 authored by Richard Kuo's avatar Richard Kuo
Browse files

Hexagon: fix return value for notify_resume case in do_work_pending



Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent 610208bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
	if (thread_info_flags & _TIF_NOTIFY_RESUME) {
		clear_thread_flag(TIF_NOTIFY_RESUME);
		tracehook_notify_resume(regs);
		return 1;
	}

	/* Should not even reach here */