aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/clock-sh7372.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c
index e9731b5a73ed..6c79b4019667 100644
--- a/arch/arm/mach-shmobile/clock-sh7372.c
+++ b/arch/arm/mach-shmobile/clock-sh7372.c
@@ -421,9 +421,6 @@ static unsigned long fsidiv_recalc(struct clk *clk)
421 421
422 value = __raw_readl(clk->mapping->base); 422 value = __raw_readl(clk->mapping->base);
423 423
424 if ((value & 0x3) != 0x3)
425 return 0;
426
427 value >>= 16; 424 value >>= 16;
428 if (value < 2) 425 if (value < 2)
429 return 0; 426 return 0;