jffs2: Standardize JFFS_<LEVEL> uses
authorJoe Perches <joe@perches.com>
Wed, 15 Feb 2012 23:56:46 +0000 (15:56 -0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:42:14 +0000 (00:42 +0100)
Use pr_<level> to prefix KBUILD_MODNAME via pr_fmt.

Remove obfuscating defines and use constants in pr_<level>
No need for a do {} while (0) for single statements.

Form of JFFS_<LEVEL> output changes from
"JFFS2 notice: " to "jffs2: notice: "

Added pr_fmt to xattr.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fs/jffs2/debug.c
fs/jffs2/debug.h
fs/jffs2/xattr.c

Simple merge
Simple merge
Simple merge