diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2017-03-20 13:19:22 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-03-29 01:11:34 +0300 |
commit | 1c14967c6ea0deb3db4a974b1de519f5a5593ef4 (patch) | |
tree | 37685d825177673bcb3d82c577ee36fefc1eac01 /kernel/locking/rtmutex-debug.c | |
parent | ffaa42e8a40b7f1041e36b022cd28b7c45e2b564 (diff) | |
download | linux-1c14967c6ea0deb3db4a974b1de519f5a5593ef4.tar.xz |
PM / Domains: Respect errors from genpd's ->power_off() callback
The current code in genpd_sync_power_off(), doesn't care about potential
errors being returned from genpd's ->power_off() callback.
Obviously this behaviour could lead to problems, such as incorrectly
setting the genpd's status to GPD_STATE_POWER_OFF, but also to incorrectly
decrease the subdomain count for the masters, which potentially allows them
to be powered off in the next recursive call to genpd_sync_power_off().
Let's fix this behaviour by bailing out when the ->power_off() callback
returns an error code.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions