Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 83c2ec7

Browse files
committed
Merge back ACPI processor driver material for 6.11.
2 parents 233323f + c7cfe9b commit 83c2ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/acpi/acpi_processor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ static bool __init acpi_early_processor_osc(void)
598598
void __init acpi_early_processor_control_setup(void)
599599
{
600600
if (acpi_early_processor_osc()) {
601-
pr_info("_OSC evaluated successfully for all CPUs\n");
601+
pr_debug("_OSC evaluated successfully for all CPUs\n");
602602
} else {
603-
pr_info("_OSC evaluation for CPUs failed, trying _PDC\n");
603+
pr_debug("_OSC evaluation for CPUs failed, trying _PDC\n");
604604
acpi_early_processor_set_pdc();
605605
}
606606
}

0 commit comments

Comments
 (0)