mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user