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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e37b159aa7427bf311487e3ea03d8aa5ff5956e;p=linux-beck.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 d35a9f06ab7b..2caaf71d80c8 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;