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

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

Merge "drm: msm: Enable asynchronous driver probing"

parents ea8783eb 91601236
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2019,6 +2019,7 @@ static struct platform_driver msm_platform_driver = {
		.name   = "msm_drm",
		.of_match_table = dt_match,
		.pm     = &msm_pm_ops,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
	.id_table   = msm_id,
};