]> Pileus Git - ~andy/linux/blobdiff - drivers/video/imxfb.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs...
[~andy/linux] / drivers / video / imxfb.c
index 30ae3022f63337f0426453eda4024d5aeea866f0..66358fa825f3888b763a4e513fece8869c6f602f 100644 (file)
@@ -710,7 +710,7 @@ static int __init imxfb_probe(struct platform_device *pdev)
 
        fbi->clk = clk_get(&pdev->dev, NULL);
        if (IS_ERR(fbi->clk)) {
-               ret = PTR_ERR(fbi->clk);;
+               ret = PTR_ERR(fbi->clk);
                dev_err(&pdev->dev, "unable to get clock: %d\n", ret);
                goto failed_getclock;
        }