|
@@ -840,7 +840,7 @@ static int acpi_processor_get_throttling_ptc(struct acpi_processor *pr)
|
|
state = acpi_get_throttling_state(pr, value);
|
|
state = acpi_get_throttling_state(pr, value);
|
|
if (state == -1) {
|
|
if (state == -1) {
|
|
ACPI_WARNING((AE_INFO,
|
|
ACPI_WARNING((AE_INFO,
|
|
- "Invalid throttling state, reset\n"));
|
|
|
|
|
|
+ "Invalid throttling state, reset"));
|
|
state = 0;
|
|
state = 0;
|
|
ret = acpi_processor_set_throttling(pr, state);
|
|
ret = acpi_processor_set_throttling(pr, state);
|
|
if (ret)
|
|
if (ret)
|