mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
commit 839e90e75e upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fd14866ebe
commit
2bb9121616
@@ -310,7 +310,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user