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

Commit a86fbeaa 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: flush mmc detect work asynchronously."

parents 5513db1f 1d7e518b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4948,6 +4948,9 @@ static int sdhci_msm_probe(struct platform_device *pdev)
		       mmc_hostname(host->mmc), __func__, ret);
		device_remove_file(&pdev->dev, &msm_host->auto_cmd21_attr);
	}
	if (sdhci_msm_is_bootdevice(&pdev->dev))
		mmc_flush_detect_work(host->mmc);

	/* Successful initialization */
	goto out;