Commit f4f24ade authored by Chris Ball's avatar Chris Ball

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

Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 38ca7248
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment