Commit b7fc051e authored by Len Brown's avatar Len Brown

[ACPI] clarify error message in processor.c

parent 2202c332
......@@ -1022,7 +1022,7 @@ acpi_processor_get_performance_states (
(u32) px->status));
if (!px->core_frequency) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "core_frequency is 0\n"));
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid _PSS data: freq is zero\n"));
result = -EFAULT;
kfree(pr->performance->states);
goto end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment