提交 f4f24ade 编写于 作者: C Chris Ball

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

Signed-off-by: NChris Ball <cjb@laptop.org>
上级 38ca7248
...@@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev) ...@@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev)
host->ops = &pxav3_sdhci_ops; host->ops = &pxav3_sdhci_ops;
sdhci_get_of_property(pdev);
ret = sdhci_add_host(host); ret = sdhci_add_host(host);
if (ret) { if (ret) {
dev_err(&pdev->dev, "failed to add host\n"); dev_err(&pdev->dev, "failed to add host\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册