mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge branch 'common/clkfwk' into sh-latest
This commit is contained in:
commit
4414d38a88
1 changed files with 2 additions and 2 deletions
|
@ -222,11 +222,11 @@ static int __init sh_clk_div6_register_ops(struct clk *clks, int nr,
|
||||||
clkp->ops = ops;
|
clkp->ops = ops;
|
||||||
clkp->freq_table = freq_table + (k * freq_table_size);
|
clkp->freq_table = freq_table + (k * freq_table_size);
|
||||||
clkp->freq_table[nr_divs].frequency = CPUFREQ_TABLE_END;
|
clkp->freq_table[nr_divs].frequency = CPUFREQ_TABLE_END;
|
||||||
ret = sh_clk_init_parent(clkp);
|
ret = clk_register(clkp);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
ret = clk_register(clkp);
|
ret = sh_clk_init_parent(clkp);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue