aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/pxamci.c')
-rw-r--r--drivers/mmc/host/pxamci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index ebfaa9960939..a1700a80e2fd 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -533,7 +533,7 @@ static int pxamci_probe(struct platform_device *pdev)
533 host->pdata = pdev->dev.platform_data; 533 host->pdata = pdev->dev.platform_data;
534 host->clkrt = CLKRT_OFF; 534 host->clkrt = CLKRT_OFF;
535 535
536 host->clk = clk_get(&pdev->dev, "MMCCLK"); 536 host->clk = clk_get(&pdev->dev, NULL);
537 if (IS_ERR(host->clk)) { 537 if (IS_ERR(host->clk)) {
538 ret = PTR_ERR(host->clk); 538 ret = PTR_ERR(host->clk);
539 host->clk = NULL; 539 host->clk = NULL;