libceph: introduce and switch to reopen_session()
[linux-2.6-block.git] / mm / kmemleak-test.c
index dcdcadb695332c0f94b19d40d75ea4a49dfd6831..dd3c23a801b1327fcf724292ebb739f12ebf5e70 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));