]> Pileus Git - ~andy/linux/blobdiff - arch/sh/boards/board-apsh4a3a.c
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / arch / sh / boards / board-apsh4a3a.c
index 8e2a27057bc929dd0e6af00b9ccee249b97d7542..2823619c600672a71f0bf79854fd6c213cf45418 100644 (file)
@@ -116,7 +116,7 @@ static int apsh4a3a_clk_init(void)
        int ret;
 
        clk = clk_get(NULL, "extal");
-       if (!clk || IS_ERR(clk))
+       if (IS_ERR(clk))
                return PTR_ERR(clk);
        ret = clk_set_rate(clk, 33333000);
        clk_put(clk);