Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 673267f0 authored by David Lechner's avatar David Lechner Committed by Ulf Hansson
Browse files

mmc: davinci: remove matching string



The string "MMCSDCLK" is not actually used for clock lookup, so can be
removed.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 0a4d7236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1241,7 +1241,7 @@ static int __init davinci_mmcsd_probe(struct platform_device *pdev)
		goto out;

	ret = -ENXIO;
	host->clk = clk_get(&pdev->dev, "MMCSDCLK");
	host->clk = clk_get(&pdev->dev, NULL);
	if (IS_ERR(host->clk)) {
		ret = PTR_ERR(host->clk);
		goto out;