Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / char / ftape / compressor / zftape-compress.c
index 220a227..65ffc0b 100644 (file)
@@ -1176,8 +1176,8 @@ KERN_INFO "Compressor for zftape (lzrw3 algorithm)\n");
         }
 #else /* !MODULE */
        /* print a short no-nonsense boot message */
-       printk("zftape compressor v1.00a 970514\n");
-       printk("For use with " FTAPE_VERSION "\n");
+       printk(KERN_INFO "zftape compressor v1.00a 970514\n");
+       printk(KERN_INFO "For use with " FTAPE_VERSION "\n");
 #endif /* MODULE */
        TRACE(ft_t_info, "zft_compressor_init @ 0x%p", zft_compressor_init);
        TRACE(ft_t_info, "installing compressor for zftape ...");