From: Joe Perches Date: Mon, 10 Oct 2011 08:08:05 +0000 (-0700) Subject: udf: Convert printks to pr_ X-Git-Tag: v3.2-rc1~86^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ace70c4186c0d18314eb001637aa97d1585e65;p=pandora-kernel.git udf: Convert printks to pr_ 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed