]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Cc: Andrew Worsley <amworsley@gmail.com>
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 16 Jul 2011 13:31:13 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:21 +0000 (15:05 +1000)
Cc: Phil Carmody <ext-phil.2.carmody@nokia.com>
Cc: Sameer Nanda <snanda@chromium.org>
Cc: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/calibrate.c

index ba01165d23aa0e79bfdd6317649086bc06fa9381..a2da1508a16698e5a9c0a46560f32bceadab453e 100644 (file)
@@ -254,7 +254,7 @@ void __cpuinit calibrate_delay(void)
        if (per_cpu(cpu_loops_per_jiffy, this_cpu)) {
                loops_per_jiffy = per_cpu(cpu_loops_per_jiffy, this_cpu);
                pr_info("Calibrating delay loop (skipped) "
-                               "already calibrated this CPU previously.. ");
+                               "already calibrated this CPU");
        } else if (preset_lpj) {
                lpj = preset_lpj;
                if (!printed)