Commit 813ef93d authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Indentation fix.

parent e002fb4b
...@@ -504,9 +504,9 @@ static int cpufreq_resume(struct sys_device * sysdev) ...@@ -504,9 +504,9 @@ static int cpufreq_resume(struct sys_device * sysdev)
if (cpufreq_driver->setpolicy) if (cpufreq_driver->setpolicy)
ret = cpufreq_driver->setpolicy(cpu_policy); ret = cpufreq_driver->setpolicy(cpu_policy);
else else
/* CPUFREQ_RELATION_H or CPUFREQ_RELATION_L have the same effect here, as cpu_policy->cur is known /* CPUFREQ_RELATION_H or CPUFREQ_RELATION_L have the same effect here, as cpu_policy->cur is known
* to be a valid and exact target frequency * to be a valid and exact target frequency
*/ */
ret = cpufreq_driver->target(cpu_policy, cpu_policy->cur, CPUFREQ_RELATION_H); ret = cpufreq_driver->target(cpu_policy, cpu_policy->cur, CPUFREQ_RELATION_H);
if (ret) if (ret)
......
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