ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn
[cascardo/linux.git] / mm / kmemleak-test.c
index dcdcadb..dd3c23a 100644 (file)
@@ -49,7 +49,7 @@ static int __init kmemleak_test_init(void)
        struct test_node *elem;
        int i;
 
-       printk(KERN_INFO "Kmemleak testing\n");
+       pr_info("Kmemleak testing\n");
 
        /* make some orphan objects */
        pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL));