]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
authorChris Ball <cjb@laptop.org>
Mon, 17 Sep 2012 06:40:15 +0000 (14:40 +0800)
committerChris Ball <cjb@laptop.org>
Sun, 7 Oct 2012 21:41:42 +0000 (17:41 -0400)
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pxav3.c

index c5ff124f8f609798bc0dc31095afde51c24eba83..e918a2bb3af1aa99a0f51f97ce0c10f1bd33b3dd 100644 (file)
@@ -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");