Skip to content

Commit 03cea82

Browse files
superm1ij-intel
authored andcommitted
platform/x86/amd: pmf: Decrease error message to debug
ASUS ROG Zephyrus G14 doesn't have _CRS in AMDI0102 device and so there are no resources to walk. This is expected behavior because it doesn't support Smart PC. Decrease error message to debug. Link: https://bugzilla.kernel.org/show_bug.cgi?id=218685 Signed-off-by: Mario Limonciello <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent e71c848 commit 03cea82

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/amd/pmf

1 file changed

+1
-1
lines changed

drivers/platform/x86/amd/pmf/acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ int apmf_check_smart_pc(struct amd_pmf_dev *pmf_dev)
437437

438438
status = acpi_walk_resources(ahandle, METHOD_NAME__CRS, apmf_walk_resources, pmf_dev);
439439
if (ACPI_FAILURE(status)) {
440-
dev_err(pmf_dev->dev, "acpi_walk_resources failed :%d\n", status);
440+
dev_dbg(pmf_dev->dev, "acpi_walk_resources failed :%d\n", status);
441441
return -EINVAL;
442442
}
443443

0 commit comments

Comments
 (0)