ARM: mach-shmobile: clock-sh7372: remove status check from fsidiv_recalc
[pandora-kernel.git] / arch / arm / mach-shmobile / clock-sh7372.c
index e9731b5..6c79b40 100644 (file)
@@ -421,9 +421,6 @@ static unsigned long fsidiv_recalc(struct clk *clk)
 
        value = __raw_readl(clk->mapping->base);
 
-       if ((value & 0x3) != 0x3)
-               return 0;
-
        value >>= 16;
        if (value < 2)
                return 0;