Skip to content

Commit

Permalink
[CPUFREQ] Fix cut-n-paste bug in suspend printk
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones authored and Venkatesh Pallipadi committed Sep 27, 2006
1 parent b278240 commit 0e37b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e37b15

Please sign in to comment.