]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/ubifs/debug.h
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[mirror_ubuntu-artful-kernel.git] / fs / ubifs / debug.h
index 2bf84211e320d4897075fd7f1c80c2b7776e952a..8d9c46810189a1db050d047a11b521c8fe145dba 100644 (file)
@@ -337,9 +337,9 @@ void dbg_debugfs_exit_fs(struct ubifs_info *c);
 #define DBGKEY(key)  ((char *)(key))
 #define DBGKEY1(key) ((char *)(key))
 
-#define ubifs_dbg_msg(fmt, ...) do {               \
-       if (0)                                     \
-               pr_debug(fmt "\n", ##__VA_ARGS__); \
+#define ubifs_dbg_msg(fmt, ...) do {                        \
+       if (0)                                              \
+               printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \
 } while (0)
 
 #define dbg_dump_stack()