Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux-2.6-block.git] / drivers / acpi / cppc_acpi.c
index a40b6f3946efeb6b46fccd445053a5c48e069254..1d857978f5f40753f0bafd591123b0db588df8da 100644 (file)
@@ -686,8 +686,10 @@ int acpi_cppc_processor_probe(struct acpi_processor *pr)
 
        if (!osc_sb_cppc2_support_acked) {
                pr_debug("CPPC v2 _OSC not acked\n");
-               if (!cpc_supported_by_cpu())
+               if (!cpc_supported_by_cpu()) {
+                       pr_debug("CPPC is not supported by the CPU\n");
                        return -ENODEV;
+               }
        }
 
        /* Parse the ACPI _CPC table for this CPU. */