diff options
-rw-r--r-- | drivers/acpi/processor_throttling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index 841be4ee2109..ae39797aab55 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c | |||
@@ -840,8 +840,8 @@ static int acpi_processor_get_throttling_ptc(struct acpi_processor *pr) | |||
840 | if (ret >= 0) { | 840 | if (ret >= 0) { |
841 | state = acpi_get_throttling_state(pr, value); | 841 | state = acpi_get_throttling_state(pr, value); |
842 | if (state == -1) { | 842 | if (state == -1) { |
843 | ACPI_WARNING((AE_INFO, | 843 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, |
844 | "Invalid throttling state, reset")); | 844 | "Invalid throttling state, reset\n")); |
845 | state = 0; | 845 | state = 0; |
846 | ret = acpi_processor_set_throttling(pr, state, true); | 846 | ret = acpi_processor_set_throttling(pr, state, true); |
847 | if (ret) | 847 | if (ret) |