[PATCH] hfs: cleanup HFS prints
Add the log level and a "hfs: " prefix to all kernel prints. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
634725a929
commit
7cf3cc3036
@@ -35,9 +35,6 @@
|
||||
#define dprint(flg, fmt, args...) \
|
||||
if (flg & DBG_MASK) printk(fmt , ## args)
|
||||
|
||||
#define hfs_warn(format, args...) printk(KERN_WARNING format , ## args)
|
||||
#define hfs_error(format, args...) printk(KERN_ERR format , ## args)
|
||||
|
||||
/*
|
||||
* struct hfs_inode_info
|
||||
*
|
||||
|
Reference in New Issue
Block a user