projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc83e40
)
mxcmmc: Do not pass clock name, we have only one clock for this device
author
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 23 Feb 2009 12:33:31 +0000
(13:33 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 13 Mar 2009 09:34:34 +0000
(10:34 +0100)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
drivers/mmc/host/mxcmmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/mxcmmc.c
b/drivers/mmc/host/mxcmmc.c
index dda0be4e25dc23fe08a51ae13d7f8b1712dbfab6..776230df3df536ce139d2265e618a4094decb1ef 100644
(file)
--- a/
drivers/mmc/host/mxcmmc.c
+++ b/
drivers/mmc/host/mxcmmc.c
@@
-707,7
+707,7
@@
static int mxcmci_probe(struct platform_device *pdev)
host->res = r;
host->irq = irq;
- host->clk = clk_get(&pdev->dev,
"sdhc_clk"
);
+ host->clk = clk_get(&pdev->dev,
NULL
);
if (IS_ERR(host->clk)) {
ret = PTR_ERR(host->clk);
goto out_iounmap;