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

Commit 0357d2f2 authored by Richard Kuo's avatar Richard Kuo
Browse files

Hexagon: remove keyring related call



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


	/* Should not even reach here */
	/* Should not even reach here */