diff options
-rw-r--r-- | kernel/sched/cpufreq_schedutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sched/cpufreq_schedutil.c b/kernel/sched/cpufreq_schedutil.c index 7936f548e071..617c6741c525 100644 --- a/kernel/sched/cpufreq_schedutil.c +++ b/kernel/sched/cpufreq_schedutil.c | |||
@@ -625,10 +625,9 @@ fail: | |||
625 | 625 | ||
626 | stop_kthread: | 626 | stop_kthread: |
627 | sugov_kthread_stop(sg_policy); | 627 | sugov_kthread_stop(sg_policy); |
628 | |||
629 | free_sg_policy: | ||
630 | mutex_unlock(&global_tunables_lock); | 628 | mutex_unlock(&global_tunables_lock); |
631 | 629 | ||
630 | free_sg_policy: | ||
632 | sugov_policy_free(sg_policy); | 631 | sugov_policy_free(sg_policy); |
633 | 632 | ||
634 | disable_fast_switch: | 633 | disable_fast_switch: |