Skip to content

Commit

Permalink
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Ball <[email protected]>
  • Loading branch information
cjb committed Oct 7, 2012
1 parent 38ca724 commit f4f24ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/sdhci-pxav3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit f4f24ad

Please sign in to comment.