Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0236fd5c authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: cpuidle: lpm-levels: Check for null parent" into msm-4.9

parents e713c9df 67011dc1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -381,6 +381,8 @@ static void clusttimer_cancel(void)
	struct lpm_cluster *cluster = per_cpu(cpu_cluster, cpu);

	hrtimer_try_to_cancel(&cluster->histtimer);

	if (cluster->parent)
		hrtimer_try_to_cancel(&cluster->parent->histtimer);
}