Skip to content
Commit b3b73ec0 authored by Jeff Layton's avatar Jeff Layton Committed by Rafael J. Wysocki
Browse files

PM / Freezer: fix return value of freezable_schedule_timeout_killable()



...it should return the return code from schedule_timeout_killable(),
not the one from freezer_count().

All of the current callers ignore the return code so the bug is
harmless but it's worth fixing.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 467de1fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment