OSDN Git Service

intel_pstate: change some inconsistent debug information
authorDoug Smythies <doug.smythies@gmail.com>
Sun, 31 May 2015 14:46:47 +0000 (07:46 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Jun 2015 23:57:14 +0000 (01:57 +0200)
commitf16255eb930173f386db0ce78ed41401aa8a94a6
tree571ab4dd5c07d44214b61d1bb4ac65b94ba76a6e
parent9d16f207112f77711600fb0770182a06e056e5de
intel_pstate: change some inconsistent debug information

Commit ce717613f3fb (intel_pstate: Turn per cpu printk into pr_debug)
turned per cpu printk into pr_debug.  However, only half of the change
was done, introducing an inconsistency between entry and exit from
driver pstate control.  This patch changes the exit message to pr_debug
also.

The various messages are inconsistent with respect to any identifier
text that can be used to help isolate the desired information from a
huge log.  This patch makes a consistent identifier portion of the
string.

Amends: ce717613f3fb (intel_pstate: Turn per cpu printk into pr_debug)
Signed-off-by: Doug Smythies <dsmythies@telus.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c