]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - mm/kmemleak-test.c
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[mirror_ubuntu-artful-kernel.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));