Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18a7247d authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] Fix up whitespace in conservative governor.



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent a8d7c3bc
Loading
Loading
Loading
Loading
+60 −61
Original line number Original line Diff line number Diff line
@@ -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 */