aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cpufreq/intel_pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index c5eac949760d..17be734dc303 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -688,7 +688,7 @@ static int intel_pstate_init_cpu(unsigned int cpunum)
688 688
689 add_timer_on(&cpu->timer, cpunum); 689 add_timer_on(&cpu->timer, cpunum);
690 690
691 pr_info("Intel pstate controlling: cpu %d\n", cpunum); 691 pr_debug("Intel pstate controlling: cpu %d\n", cpunum);
692 692
693 return 0; 693 return 0;
694} 694}