Skip to content

Commit

Permalink
Merge branch 'common/clkfwk' into sh-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed Jan 10, 2012
2 parents 7afb4e9 + 7784f4d commit 4414d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/sh/clk/cpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ static int __init sh_clk_div6_register_ops(struct clk *clks, int nr,
clkp->ops = ops;
clkp->freq_table = freq_table + (k * freq_table_size);
clkp->freq_table[nr_divs].frequency = CPUFREQ_TABLE_END;
ret = sh_clk_init_parent(clkp);
ret = clk_register(clkp);
if (ret < 0)
break;

ret = clk_register(clkp);
ret = sh_clk_init_parent(clkp);
}

return ret;
Expand Down

0 comments on commit 4414d38

Please sign in to comment.