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

Commit 28024c52 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: thermal: Update to speed up bootup time"

parents fcdac755 121ff9cf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2625,8 +2625,7 @@ static void __ref disable_msm_thermal(void)
	uint32_t cpu = 0;

	/* make sure check_temp is no longer running */
	cancel_delayed_work(&check_temp_work);
	flush_scheduled_work();
	cancel_delayed_work_sync(&check_temp_work);

	get_online_cpus();
	for_each_possible_cpu(cpu) {