From: Chris Ball Date: Mon, 17 Sep 2012 06:40:15 +0000 (+0800) Subject: mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f4f24ade1b24ec09981b5506e3a9a19a96055435;p=linux-beck.git mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index c5ff124f8f60..e918a2bb3af1 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c @@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev) host->ops = &pxav3_sdhci_ops; + sdhci_get_of_property(pdev); + ret = sdhci_add_host(host); if (ret) { dev_err(&pdev->dev, "failed to add host\n");