diff options
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index dda0be4e25dc..776230df3df5 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -707,7 +707,7 @@ static int mxcmci_probe(struct platform_device *pdev) | |||
707 | host->res = r; | 707 | host->res = r; |
708 | host->irq = irq; | 708 | host->irq = irq; |
709 | 709 | ||
710 | host->clk = clk_get(&pdev->dev, "sdhc_clk"); | 710 | host->clk = clk_get(&pdev->dev, NULL); |
711 | if (IS_ERR(host->clk)) { | 711 | if (IS_ERR(host->clk)) { |
712 | ret = PTR_ERR(host->clk); | 712 | ret = PTR_ERR(host->clk); |
713 | goto out_iounmap; | 713 | goto out_iounmap; |