Loading drivers/mmc/host/mxcmmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/mmc/host/mxcmmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading