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

Commit 34ebbd71 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: Check clients request just after frequency thread init"

parents 0c00653d d53eac1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3770,6 +3770,8 @@ init_freq_thread:
		pr_err("Failed to create frequency mitigation thread. err:%ld\n",
				PTR_ERR(freq_mitigation_task));
		return;
	} else {
		complete(&freq_mitigation_complete);
	}
}