Skip to content

Commit 839e90e

Browse files
Shyam Sundar S Kjwrdegoede
authored andcommitted
platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
apmf_get_system_params() failure is not a critical event, reduce its verbosity from dev_err to dev_dbg. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20230714144435.1239776-1-Shyam-sundar.S-k@amd.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 676b7c5 commit 839e90e

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
@@ -289,7 +289,7 @@ int apmf_acpi_init(struct amd_pmf_dev *pmf_dev)
289289

290290
ret = apmf_get_system_params(pmf_dev);
291291
if (ret) {
292-
dev_err(pmf_dev->dev, "APMF apmf_get_system_params failed :%d\n", ret);
292+
dev_dbg(pmf_dev->dev, "APMF apmf_get_system_params failed :%d\n", ret);
293293
goto out;
294294
}
295295

0 commit comments

Comments
 (0)