commit | b3b73ec0d7fe5bf8f950232aa58dfa0416a62372 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Dec 26 00:29:55 2011 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Dec 27 01:06:33 2011 +0100 |
tree | beaf2eea7573acb110fe1159c032885b40e56ee7 | |
parent | 467de1fc67d1bd2954eaac7019c564f28fa2b6a5 [diff] |
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: Jeff Layton <jlayton@redhat.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>