OSDN Git Service

ACPI: processor: Clean up acpi_processor_evaluate_cst()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 13 Dec 2019 08:55:33 +0000 (09:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Dec 2019 11:06:18 +0000 (12:06 +0100)
commitaa659a3fca79abd9a3ca3ddc535db631b01c9a02
tree2e8c45b7b2df539133f44642d64a26f420c6a72e
parent987c785319b99e32602f7f86cfae3cf9b81e402b
ACPI: processor: Clean up acpi_processor_evaluate_cst()

Clean up acpi_processor_evaluate_cst() in multiple ways:

 * Rename current_count to last_index which matches the purpose of
   the variable better.

 * Consistently use acpi_handle_*() for printing messages and make
   the messages cleaner.

 * Drop redundant parens and braces.

 * Rewrite and clarify comments.

 * Rearrange checks and drop the redundant ones.

No intentional functional impact.

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