Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522430
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 1/4] cpufreq: schedutil: Avoid indented labels |
| Date | 2016-11-15 09:30 +0100 |
| Message-ID | <sDHhT-2vk-5@gated-at.bofh.it> (permalink) |
| References | <sDHhT-2vk-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- kernel/sched/cpufreq_schedutil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/sched/cpufreq_schedutil.c b/kernel/sched/cpufreq_schedutil.c index 69e06898997d..8c4e1652e895 100644 --- a/kernel/sched/cpufreq_schedutil.c +++ b/kernel/sched/cpufreq_schedutil.c @@ -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); -- 2.7.1.410.g6faf27b
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH V2 1/4] cpufreq: schedutil: Avoid indented labels Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-15 09:30 +0100
csiph-web