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

BUG: 29353986
Change-Id: I0d0d8d5c107a2e0bd219819e036091106bb40e11
This commit is contained in:
Todd Kjos
2016-06-16 16:33:54 -07:00
committed by John Stultz
parent 5156b67204
commit 740d312ce8

View File

@@ -4980,6 +4980,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;
}