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

Commit 590f57ff 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: Correct usage of readl_poll_timeout() API"

parents 5867dd3f f43774a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3002,7 +3002,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
	 * max. 1ms for reset completion.
	 */
	ret = readl_poll_timeout(msm_host->core_mem + CORE_POWER,
			pwr, !(pwr & CORE_SW_RST), 100, 10);
			pwr, !(pwr & CORE_SW_RST), 10, 1000);

	if (ret) {
		dev_err(&pdev->dev, "reset failed (%d)\n", ret);