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

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

Merge "mmc: sdhci-msm: make probe as async probe"

parents 5bb094a2 e73832de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5093,6 +5093,7 @@ static struct platform_driver sdhci_msm_driver = {
	.driver		= {
		.name	= "sdhci_msm",
		.owner	= THIS_MODULE,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
		.of_match_table = sdhci_msm_dt_match,
		.pm	= SDHCI_MSM_PMOPS,
	},