diff --git a/[refs] b/[refs] index 55760c783e3a..19ae2536be1f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 553d239aadc75bee70c7858ac4548d073cb3daff +refs/heads/master: f1f4b7703f8fd165ece458ae97ebddb2b62b2ce3 diff --git a/trunk/arch/arm/mach-omap2/clock3xxx.c b/trunk/arch/arm/mach-omap2/clock3xxx.c index 81f5fdb256dc..e9f66b6dec18 100644 --- a/trunk/arch/arm/mach-omap2/clock3xxx.c +++ b/trunk/arch/arm/mach-omap2/clock3xxx.c @@ -94,7 +94,7 @@ static int __init omap3xxx_clk_arch_init(void) ret = omap2_clk_switch_mpurate_at_boot("dpll1_ck"); if (!ret) - omap2_clk_print_new_rates("osc_sys_ck", "arm_fck", "core_ck"); + omap2_clk_print_new_rates("osc_sys_ck", "core_ck", "arm_fck"); return ret; }