From 5912e9954664504d2b8031a49c943e6afaa5eee7 Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Tue, 21 Dec 2010 21:08:14 -0700 Subject: [PATCH] --- yaml --- r: 226627 b: refs/heads/master c: f1f4b7703f8fd165ece458ae97ebddb2b62b2ce3 h: refs/heads/master i: 226625: e10e12c3cda1a9790c253e65df6b1f801ec2058a 226623: 66aabc9b00f26d09a932679e71ae697adce81ecd v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/clock3xxx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }