Skip to content

Commit

Permalink
platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
Browse files Browse the repository at this point in the history
commit 839e90e 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>
  • Loading branch information
Shyam Sundar S K authored and gregkh committed Aug 3, 2023
1 parent 71bcf64 commit b94db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/amd/pmf/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b94db3f

Please sign in to comment.