ANDROID: FIXUP: sched/fair: Fix hang during suspend in sched_group_energy

BUG: 29353986
Change-Id: I0d0d8d5c107a2e0bd219819e036091106bb40e11
Signed-off-by: Andres Oportus <andresoportus@google.com>
This commit is contained in:
Todd Kjos
2016-06-16 16:33:54 -07:00
committed by Dmitry Shmidt
parent 3480e6bc06
commit 64f6fd103d

View File

@@ -5436,6 +5436,7 @@ static int sched_group_energy(struct energy_env *eenv)
} while (sg = sg->next, sg != sd->groups);
}
next_cpu:
cpumask_clear_cpu(cpu, &visit_cpus);
continue;
}