platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()

Replace dev_warn() with dev_dbg() to reduce unnecessary warning messages.
When the low power mode priority register contains invalid data, the Intel
PMC Core driver can still utilize the default priority list. This scenario
is more suited for debug information rather than warning.

Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com>
Link: https://patch.msgid.link/20250916191339.1748512-1-xi.pardee@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
Xi Pardee 2025-09-16 12:13:32 -07:00 committed by Ilpo Järvinen
parent a90a8ea288
commit e3b1320be6
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View File

@ -1244,7 +1244,7 @@ void pmc_core_get_low_power_modes(struct pmc_dev *pmcdev)
for (mode = 0; mode < LPM_MAX_NUM_MODES; mode++)
pri_order[mode_order[mode]] = mode;
else
dev_warn(&pmcdev->pdev->dev,
dev_dbg(&pmcdev->pdev->dev,
"Assuming a default substate order for this platform\n");
/*