|
@@ -237,7 +237,7 @@ static int __acpi_processor_start(struct acpi_device *device)
|
|
|
|
|
|
result = acpi_cppc_processor_probe(pr);
|
|
result = acpi_cppc_processor_probe(pr);
|
|
if (result && !IS_ENABLED(CONFIG_ACPI_CPU_FREQ_PSS))
|
|
if (result && !IS_ENABLED(CONFIG_ACPI_CPU_FREQ_PSS))
|
|
- dev_warn(&device->dev, "CPPC data invalid or not present\n");
|
|
|
|
|
|
+ dev_dbg(&device->dev, "CPPC data invalid or not present\n");
|
|
|
|
|
|
if (!cpuidle_get_driver() || cpuidle_get_driver() == &acpi_idle_driver)
|
|
if (!cpuidle_get_driver() || cpuidle_get_driver() == &acpi_idle_driver)
|
|
acpi_processor_power_init(pr);
|
|
acpi_processor_power_init(pr);
|