]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpufreq: intel_pstate: Improve printing of debug messages
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Oct 2025 13:50:56 +0000 (15:50 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Oct 2025 19:23:36 +0000 (21:23 +0200)
commit5313ec4a215a0c4af8fd927b103d31c2c93e961f
tree2bdd1d5355b5a341c786367bde81ad965b6a8d51
parentd852b6f67b71dd22cd2af8ee29306eccbd6c06bf
cpufreq: intel_pstate: Improve printing of debug messages

Some debug messages generated by intel_pstate on a given hybrid system
are only printed for some CPUs which is confusing, so modify the driver
to print them for all CPUs.  Also change those messages to avoid
printing local variable names in them.

Moreover, some debug messages printed by intel_pstate are quite hard
to understand without looking at the code printing them, so make them
somewhat clearer while at it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/8609836.T7Z3S40VBb@rafael.j.wysocki
drivers/cpufreq/intel_pstate.c