]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
mxcmmc: Do not pass clock name, we have only one clock for this device
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 23 Feb 2009 12:33:31 +0000 (13:33 +0100)
committerSascha 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

index dda0be4e25dc23fe08a51ae13d7f8b1712dbfab6..776230df3df536ce139d2265e618a4094decb1ef 100644 (file)
@@ -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;