commit | 87e753b0065f94314ebdacf6593a172cdd7839c8 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 22 12:56:16 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 22 12:56:16 2013 +0100 |
tree | c2c44ee42101182bcf811019c92ee1a89025654c | |
parent | e78adb7595a9d585c60a7497345cb6eaeaaacefb [diff] |
ACPI / PM: Sanitize checks in acpi_power_on_resources() After the only user of acpi_power_on_resources(), acpi_bus_init_power(), has been changed to avoid calling it for state equal to ACPI_STATE_D3_COLD, it doesn't have to special case that state any more. For this reason, modify the checks in acpi_power_on_resources() so that it returns -EINVAL for ACPI_STATE_D3_COLD as it should. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>