1
0
Fork 0

[CPUFREQ] Fix cut-n-paste bug in suspend printk

Signed-off-by: Dave Jones <davej@redhat.com>
hifive-unleashed-5.1
Dave Jones 2006-09-26 23:02:34 -04:00 committed by Venkatesh Pallipadi
parent b278240839
commit 0e37b159aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;