mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks

Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Chris Ball 2012-09-17 14:40:15 +08:00
parent 38ca724805
commit f4f24ade1b

View 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");