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

Commit f65babb0 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 97ff215b 31beb5c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4741,6 +4741,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;