diff options
author | Chris Ball <cjb@laptop.org> | 2012-09-17 02:40:15 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-10-07 17:41:42 -0400 |
commit | f4f24ade1b24ec09981b5506e3a9a19a96055435 (patch) | |
tree | 5aee719d1d783a86e862d1c47568dd5915c5d894 /drivers/mmc | |
parent | 38ca7248054b6fd92a6a49963beb87f3746115ec (diff) |
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-pxav3.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
290 | 290 | ||
291 | host->ops = &pxav3_sdhci_ops; | 291 | host->ops = &pxav3_sdhci_ops; |
292 | 292 | ||
293 | sdhci_get_of_property(pdev); | ||
294 | |||
293 | ret = sdhci_add_host(host); | 295 | ret = sdhci_add_host(host); |
294 | if (ret) { | 296 | if (ret) { |
295 | dev_err(&pdev->dev, "failed to add host\n"); | 297 | dev_err(&pdev->dev, "failed to add host\n"); |