]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/jffs2/compr_zlib.c
jffs2: Use pr_fmt and remove jffs: from formats
[karo-tx-linux.git] / fs / jffs2 / compr_zlib.c
index 88529e4924c69408c9c1f52e0acee529cd523d5a..0b9a1e44e833e691e2fc8dd2ca3135274113aad3 100644 (file)
@@ -14,6 +14,8 @@
 #error "The userspace support got too messy and was removed. Update your mkfs.jffs2"
 #endif
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/kernel.h>
 #include <linux/zlib.h>
 #include <linux/zutil.h>