Skip to content

Commit

Permalink
Hexagon: fix return value for notify_resume case in do_work_pending
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kuo <[email protected]>
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 610208b commit c710f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/hexagon/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c710f59

Please sign in to comment.