projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index d35a9f06ab7b6fe25420c53dd657e849fc00cbed..2caaf71d80c85566bd24d235419f6e09fa097d12 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;