commit | f33ce568366ab61b5685bae07306e40f17beb943 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 17 14:11:06 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 17 14:11:06 2013 +0100 |
tree | 12fa57fadb9b44e71639474d09a1807146c2fcbf | |
parent | 993cbe595dda731471a07f4f65575fadedc570dc [diff] |
ACPI / scan: Move power state initialization to a separate routine To reduce indentation level and improve code readability, move the initialization code related to device power states from acpi_bus_get_power_flags() to a new routine, acpi_bus_init_power_state(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>