Skip to content

Commit ec86d80

Browse files
committed
acpi: HACK: silence the Found %d idle state
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 6f97fca commit ec86d80

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/acpi/acpi_processor.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,6 @@ int acpi_processor_evaluate_cst(acpi_handle handle, u32 cpu,
880880
memcpy(&info->states[++last_index], &cx, sizeof(cx));
881881
}
882882

883-
acpi_handle_info(handle, "Found %d idle states\n", last_index);
884-
885883
info->count = last_index;
886884

887885
end:

0 commit comments

Comments
 (0)