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

Commit c65d7c1c 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: Probe sensor info prior to other feature probe"

parents 55e1e2ea bee05cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7409,11 +7409,11 @@ static int msm_thermal_dev_probe(struct platform_device *pdev)
		pr_err("thermal pre init failed. err:%d\n", ret);
		goto probe_exit;
	}
	probe_sensor_info(node, &data, pdev);
	ret = probe_deferrable_properties(node, &data, pdev);
	if (ret)
		goto probe_exit;

	probe_sensor_info(node, &data, pdev);
	probe_cc(node, &data, pdev);
	probe_freq_mitigation(node, &data, pdev);
	probe_cx_phase_ctrl(node, &data, pdev);