Commit 87c32271 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] trailing whitespace removal de-jour.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 1f8b2c9d
...@@ -695,9 +695,8 @@ static int cpufreq_add_dev (struct sys_device * sys_dev) ...@@ -695,9 +695,8 @@ static int cpufreq_add_dev (struct sys_device * sys_dev)
policy->governor = NULL; /* to assure that the starting sequence is policy->governor = NULL; /* to assure that the starting sequence is
* run in cpufreq_set_policy */ * run in cpufreq_set_policy */
mutex_unlock(&policy->lock); mutex_unlock(&policy->lock);
/* set default policy */ /* set default policy */
ret = cpufreq_set_policy(&new_policy); ret = cpufreq_set_policy(&new_policy);
if (ret) { if (ret) {
dprintk("setting policy failed\n"); dprintk("setting policy failed\n");
...@@ -707,7 +706,7 @@ static int cpufreq_add_dev (struct sys_device * sys_dev) ...@@ -707,7 +706,7 @@ static int cpufreq_add_dev (struct sys_device * sys_dev)
module_put(cpufreq_driver->owner); module_put(cpufreq_driver->owner);
dprintk("initialization complete\n"); dprintk("initialization complete\n");
cpufreq_debug_enable_ratelimit(); cpufreq_debug_enable_ratelimit();
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment