diff options
Diffstat (limited to 'arch/arm/mach-shmobile/clock-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-sh7372.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c index 13226323e4e0..4191e2921127 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c | |||
@@ -471,7 +471,7 @@ static int fsidiv_set_rate(struct clk *clk, | |||
471 | return -ENOENT; | 471 | return -ENOENT; |
472 | 472 | ||
473 | __raw_writel(idx << 16, clk->mapping->base); | 473 | __raw_writel(idx << 16, clk->mapping->base); |
474 | return fsidiv_enable(clk); | 474 | return 0; |
475 | } | 475 | } |
476 | 476 | ||
477 | static struct clk_ops fsidiv_clk_ops = { | 477 | static struct clk_ops fsidiv_clk_ops = { |