From: Dave Jones Date: Wed, 27 Sep 2006 03:02:34 +0000 (-0400) Subject: [CPUFREQ] Fix cut-n-paste bug in suspend printk X-Git-Tag: v2.6.19-rc1~492^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0e37b159aa7427bf311487e3ea03d8aa5ff5956e;p=~emulex%2Finfiniband.git [CPUFREQ] Fix cut-n-paste bug in suspend printk Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index d35a9f06ab7..2caaf71d80c 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -994,7 +994,7 @@ static int cpufreq_suspend(struct sys_device * sysdev, pm_message_t pmsg) unsigned int cur_freq = 0; struct cpufreq_policy *cpu_policy; - dprintk("resuming cpu %u\n", cpu); + dprintk("suspending cpu %u\n", cpu); if (!cpu_online(cpu)) return 0;