cpufreq: schedutil: Avoid indented labels

Switch to the more common practice of writing labels.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Viresh Kumar 2016-11-15 13:53:20 +05:30 коммит произвёл Rafael J. Wysocki
Родитель a25f0944ba
Коммит 8e2ddb0364
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -454,17 +454,17 @@ static int sugov_init(struct cpufreq_policy *policy)
if (ret)
goto fail;
out:
out:
mutex_unlock(&global_tunables_lock);
cpufreq_enable_fast_switch(policy);
return 0;
fail:
fail:
policy->governor_data = NULL;
sugov_tunables_free(tunables);
free_sg_policy:
free_sg_policy:
mutex_unlock(&global_tunables_lock);
sugov_policy_free(sg_policy);