提交 0e37b159 编写于 作者: D Dave Jones 提交者: Venkatesh Pallipadi

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

Signed-off-by: NDave Jones <davej@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册