staging: android: lowmemorykiller: well-marked debug print
[deliverable/linux.git] / drivers / staging / android / lowmemorykiller.c
index 53d80c2650ec9e8291d3de5000dc4a6c97228246..fe74494868ef33037e7e43602471b51780f6c37d 100644 (file)
@@ -30,6 +30,8 @@
  *
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
@@ -61,7 +63,7 @@ static unsigned long lowmem_deathpending_timeout;
 #define lowmem_print(level, x...)                      \
        do {                                            \
                if (lowmem_debug_level >= (level))      \
-                       printk(x);                      \
+                       pr_info(x);                     \
        } while (0)
 
 static int lowmem_shrink(struct shrinker *s, struct shrink_control *sc)
This page took 0.039149 seconds and 5 git commands to generate.