Commit 1e20186e authored by Stefan Wahren's avatar Stefan Wahren Committed by Ulf Hansson
Browse files

mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probe



We need to handle mmc_of_parse() errors during probe otherwise the
MMC driver could start without proper initialization (e.g. power sequence).

Fixes: 476bf3d6 ("mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs")
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 2b06e159
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,7 +55,9 @@ static int sdhci_brcmstb_probe(struct platform_device *pdev)
	}

	sdhci_get_of_property(pdev);
	mmc_of_parse(host->mmc);
	res = mmc_of_parse(host->mmc);
	if (res)
		goto err;

	/*
	 * Supply the existing CAPS, but clear the UHS modes. This