提交 06277b5c 编写于 作者: S Sascha Hauer

mxcmmc: Do not pass clock name, we have only one clock for this device

Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 cc83e409
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册