Re: [PATCH v2 2/5] PM / Runtime: Prevent re-resuming devices in pm_runtime_force_resume()
From: Kevin Hilman <khilman@baylibre.com>
Date: 2016-06-15 21:33:24
From: Kevin Hilman <khilman@baylibre.com>
Date: 2016-06-15 21:33:24
Ulf Hansson [off-list ref] writes:
If the runtime PM status of the device isn't RPM_SUSPENDED, prevent the pm_runtime_force_resume() to call the ->runtime_resume() callback for the device, as it's not the expected behaviour from the subsystem/driver. Signed-off-by: Ulf Hansson <redacted>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>