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:
1f8b2c9
)
[CPUFREQ] trailing whitespace removal de-jour.
author
Dave Jones
<davej@redhat.com>
Wed, 29 Mar 2006 06:48:37 +0000
(
01:48
-0500)
committer
Dave Jones
<davej@redhat.com>
Wed, 29 Mar 2006 06:48:37 +0000
(
01:48
-0500)
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 f2179ab65c42893c617fc9aca901dd724e7e1fad..3d0430741b5a2974924ce5ff35815e75d9422e9e 100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-695,9
+695,8
@@
static int cpufreq_add_dev (struct sys_device * sys_dev)
policy->governor = NULL; /* to assure that the starting sequence is
* run in cpufreq_set_policy */
mutex_unlock(&policy->lock);
-
+
/* set default policy */
-
ret = cpufreq_set_policy(&new_policy);
if (ret) {
dprintk("setting policy failed\n");
@@
-707,7
+706,7
@@
static int cpufreq_add_dev (struct sys_device * sys_dev)
module_put(cpufreq_driver->owner);
dprintk("initialization complete\n");
cpufreq_debug_enable_ratelimit();
-
+
return 0;