X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v2 1/2] platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
@ 2023-07-14 14:44 Shyam Sundar S K
  2023-07-14 14:44 ` [PATCH v2 2/2] platform/x86/amd/pmf: Notify OS power slider update Shyam Sundar S K
  2023-07-14 17:12 ` [PATCH v2 1/2] platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params Hans de Goede
  0 siblings, 2 replies; 4+ messages in thread
From: Shyam Sundar S K @ 2023-07-14 14:44 UTC (permalink / raw)
  To: hdegoede, markgross
  Cc: platform-driver-x86, Patil.Reddy, mario.limonciello,
	Shyam Sundar S K

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>
---
v1->v2:
 - Rebase to review-hans branch

 drivers/platform/x86/amd/pmf/acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/amd/pmf/acpi.c b/drivers/platform/x86/amd/pmf/acpi.c
index 081e84e116e7..732b15b392ab 100644
--- a/drivers/platform/x86/amd/pmf/acpi.c
+++ b/drivers/platform/x86/amd/pmf/acpi.c
@@ -289,7 +289,7 @@ int apmf_acpi_init(struct amd_pmf_dev *pmf_dev)
 
 	ret = apmf_get_system_params(pmf_dev);
 	if (ret) {
-		dev_err(pmf_dev->dev, "APMF apmf_get_system_params failed :%d\n", ret);
+		dev_dbg(pmf_dev->dev, "APMF apmf_get_system_params failed :%d\n", ret);
 		goto out;
 	}
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-14 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 14:44 [PATCH v2 1/2] platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params Shyam Sundar S K
2023-07-14 14:44 ` [PATCH v2 2/2] platform/x86/amd/pmf: Notify OS power slider update Shyam Sundar S K
2023-07-14 17:12 ` [PATCH v2 1/2] platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params Hans de Goede
2023-07-14 17:20   ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox