[CPUFREQ] Fix up whitespace in conservative governor.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user