|
@@ -994,7 +994,7 @@ static int cpufreq_suspend(struct sys_device * sysdev, pm_message_t pmsg)
|
|
unsigned int cur_freq = 0;
|
|
unsigned int cur_freq = 0;
|
|
struct cpufreq_policy *cpu_policy;
|
|
struct cpufreq_policy *cpu_policy;
|
|
|
|
|
|
- dprintk("resuming cpu %u\n", cpu);
|
|
|
|
|
|
+ dprintk("suspending cpu %u\n", cpu);
|
|
|
|
|
|
if (!cpu_online(cpu))
|
|
if (!cpu_online(cpu))
|
|
return 0;
|
|
return 0;
|