projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38ca724
)
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
author
Chris Ball
<cjb@laptop.org>
Mon, 17 Sep 2012 06:40:15 +0000
(14:40 +0800)
committer
Chris Ball
<cjb@laptop.org>
Sun, 7 Oct 2012 21:41:42 +0000
(17:41 -0400)
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pxav3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-pxav3.c
b/drivers/mmc/host/sdhci-pxav3.c
index c5ff124f8f609798bc0dc31095afde51c24eba83..e918a2bb3af1aa99a0f51f97ce0c10f1bd33b3dd 100644
(file)
--- 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)
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");