]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/clocksource/scx200_hrt.c
Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
[mv-sheeva.git] / drivers / clocksource / scx200_hrt.c
index 60db8b1492f190e6571329144f29529047b9a236..64f9e829443405e86bfdf154db3bceb53791d766 100644 (file)
@@ -81,9 +81,7 @@ static int __init init_hrt_clocksource(void)
        if (mhz27)
                freq *= 27;
 
-       pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n",
-       printk(KERN_INFO "enabling scx200 high-res timer (%s MHz +%d ppm)\n",
-               mhz27 ? "27":"1", ppm);
+       pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm);
 
        return clocksource_register_hz(&cs_hrt, freq);
 }