commit | 1e75227ef0571031cd18536ab768ee35667ec5b9 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Dec 03 22:58:05 2010 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Dec 24 15:02:41 2010 +0100 |
tree | 13535aa717c401d390f6ab3cbd87e030aa2a75ef | |
parent | 7ac4dcabdb482d4e74c9d36782d00bc6c4c01619 [diff] |
PM: Prevent dpm_prepare() from returning errors unnecessarily Currently dpm_prepare() returns error code if it finds that a device being suspended has a pending runtime resume request. However, it should not do that if the checking for wakeup events is not enabled. On the other hand, if the checking for wakeup events is enabled, it can return error when a wakeup event is detected, regardless of its source. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>