diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/sdhci-of-esdhc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index 15039e2d1c12..e328252ebf2a 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c | |||
@@ -316,6 +316,7 @@ static int sdhci_esdhc_probe(struct platform_device *pdev) | |||
316 | 316 | ||
317 | /* call to generic mmc_of_parse to support additional capabilities */ | 317 | /* call to generic mmc_of_parse to support additional capabilities */ |
318 | mmc_of_parse(host->mmc); | 318 | mmc_of_parse(host->mmc); |
319 | mmc_of_parse_voltage(np, &host->ocr_mask); | ||
319 | 320 | ||
320 | ret = sdhci_add_host(host); | 321 | ret = sdhci_add_host(host); |
321 | if (ret) | 322 | if (ret) |