OSDN Git Service

ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Jul 2013 12:36:20 +0000 (14:36 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Jul 2013 12:36:20 +0000 (14:36 +0200)
commit8ad928d52e63a9b7d69f0873d7318c4561e2f8cd
tree35f0ed4a4d9da2953fe56949a25d66250ecd8832
parentb69137a74b7a9451b3da504d1ef9ead7cb393922
ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere

There are several places in the tree where ACPI_STATE_D3 is used
instead of ACPI_STATE_D3_COLD which should be used instead for
clarity.  Modify them all to use ACPI_STATE_D3_COLD as appropriate.

[The definition of ACPI_STATE_D3 itself cannot go away at this point
 as it is part of ACPICA.]

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Aaron Lu <aaron.lu@intel.com>
drivers/acpi/fan.c
drivers/acpi/power.c
drivers/acpi/scan.c
drivers/ata/libata-acpi.c
drivers/ide/ide-acpi.c
drivers/pnp/pnpacpi/core.c
include/acpi/acpi_bus.h