]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()
authorXi Pardee <xi.pardee@linux.intel.com>
Tue, 16 Sep 2025 19:13:32 +0000 (12:13 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 26 Sep 2025 11:26:09 +0000 (14:26 +0300)
commite3b1320be6fed2ceabce08ba8cea0b3067ef40a9
tree9bfc7bee6116b0b79ee2f7461f35050071b69d0d
parenta90a8ea288ef823621ccb9f786bd9d9ac1913ad9
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>
drivers/platform/x86/intel/pmc/core.c