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

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

Merge "spmi: pmic-arb: Use asynchronous probe"

parents db223ae6 a118d1d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1449,6 +1449,7 @@ static struct platform_driver spmi_pmic_arb_driver = {
	.driver		= {
		.name	= "spmi_pmic_arb",
		.of_match_table = spmi_pmic_arb_match_table,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
};