Commit 0e37b159 authored by Dave Jones's avatar Dave Jones Committed by Venkatesh Pallipadi

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

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent b2782408
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment