udf: Convert printks to pr_<level>
authorJoe Perches <joe@perches.com>
Mon, 10 Oct 2011 08:08:05 +0000 (01:08 -0700)
committerJan Kara <jack@suse.cz>
Mon, 31 Oct 2011 22:43:52 +0000 (23:43 +0100)
Use the current logging styles.

Convert a few printks that should have been udf_warn and udf_err.
Coalesce formats.  Add #define pr_fmt.
Move an #include "udfdecls.h" above other includes in udftime.c
so pr_fmt works correctly.  Strip prefixes from conversions as appropriate.
Reorder logging definitions in udfdecl.h

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found