Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PM / Domains: Do not restore all devices on power off error
Since every device in a PM domain has its own need_restore flag, which is set by __pm_genpd_save_device(), there's no need to walk the domain's device list and restore all devices on an error from one of the drivers' .runtime_suspend() callbacks. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
- Loading branch information