projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b278240
)
[CPUFREQ] Fix cut-n-paste bug in suspend printk
author
Dave Jones
<davej@redhat.com>
Wed, 27 Sep 2006 03:02:34 +0000
(23:02 -0400)
committer
Venkatesh Pallipadi
<venkatesh.pallipadi@intel.com>
Wed, 27 Sep 2006 03:02:34 +0000
(23:02 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index
d35a9f0
..
2caaf71
100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-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("
resum
ing cpu %u\n", cpu);
+ dprintk("
suspend
ing cpu %u\n", cpu);
if (!cpu_online(cpu))
return 0;