]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ACPI / PM: Fix device power state value after transitions to D3cold
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 22 Jan 2013 11:56:35 +0000 (12:56 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 22 Jan 2013 11:56:35 +0000 (12:56 +0100)
commite5656271b0221a53e9f74856385112fdcec0dd60
treebd486b5c6c93154a68cf13c38aa7f2d70a71392c
parent898fee4f6ed52b5b5dd159b221d2ad7ce40ae2dd
ACPI / PM: Fix device power state value after transitions to D3cold

When a transition to the D3cold power state is requested,
acpi_device_set_power() first carries out a transition to D3hot and
then turns off the device's power resources.  However, it fails to
update the device's power.state field appropriately and D3hot is
stored in it as a result.

Fix this, but make sure that the device's power state will be
D3hot if its power resources cannot be turned off in the final
step.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/device_pm.c