[PATCH] printk: drivers/char/ftape/compressor/zftape-compress.c
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
56003191c4
commit
ae49fe8655
1 changed files with 2 additions and 2 deletions
|
@ -1176,8 +1176,8 @@ KERN_INFO "Compressor for zftape (lzrw3 algorithm)\n");
|
||||||
}
|
}
|
||||||
#else /* !MODULE */
|
#else /* !MODULE */
|
||||||
/* print a short no-nonsense boot message */
|
/* print a short no-nonsense boot message */
|
||||||
printk("zftape compressor v1.00a 970514\n");
|
printk(KERN_INFO "zftape compressor v1.00a 970514\n");
|
||||||
printk("For use with " FTAPE_VERSION "\n");
|
printk(KERN_INFO "For use with " FTAPE_VERSION "\n");
|
||||||
#endif /* MODULE */
|
#endif /* MODULE */
|
||||||
TRACE(ft_t_info, "zft_compressor_init @ 0x%p", zft_compressor_init);
|
TRACE(ft_t_info, "zft_compressor_init @ 0x%p", zft_compressor_init);
|
||||||
TRACE(ft_t_info, "installing compressor for zftape ...");
|
TRACE(ft_t_info, "installing compressor for zftape ...");
|
||||||
|
|
Loading…
Add table
Reference in a new issue