[CPUFREQ] Fix up whitespace in conservative governor.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
a8d7c3bc23
commit
18a7247d1b
1 changed files with 60 additions and 61 deletions
|
@ -483,8 +483,7 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
|
||||||
|
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case CPUFREQ_GOV_START:
|
case CPUFREQ_GOV_START:
|
||||||
if ((!cpu_online(cpu)) ||
|
if ((!cpu_online(cpu)) || (!policy->cur))
|
||||||
(!policy->cur))
|
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
if (this_dbs_info->enable) /* Already enabled */
|
if (this_dbs_info->enable) /* Already enabled */
|
||||||
|
|
Loading…
Add table
Reference in a new issue