commit | 9f5b52747dbf83816dcd29ea1700813aeb668c0f | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon May 30 11:33:12 2016 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jun 16 15:14:36 2016 +0200 |
tree | 4800bf074558395e79d82769dbaaeb13146d10b0 | |
parent | 9b002b8f0e386966dfc2dddf47eebed3b71ef876 [diff] |
PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume() If the runtime PM status of the device isn't RPM_SUSPENDED, prevent the pm_runtime_force_resume() from invoking the ->runtime_resume() callback for the device, as it's not the expected behaviour from the subsystem/driver. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>