ARM: convert printk(KERN_* to pr_*
[deliverable/linux.git] / arch / arm / kernel / atags_proc.c
index c7ff8073416fb0fc4619f597d17cc738985c0a0f..5a3379055f5531673733b106c661d854cf08b8d5 100644 (file)
@@ -41,7 +41,7 @@ static int __init init_atags_procfs(void)
        size_t size;
 
        if (tag->hdr.tag != ATAG_CORE) {
-               printk(KERN_INFO "No ATAGs?");
+               pr_info("No ATAGs?");
                return -EINVAL;
        }
 
@@ -68,7 +68,7 @@ static int __init init_atags_procfs(void)
 
 nomem:
        kfree(b);
-       printk(KERN_ERR "Exporting ATAGs: not enough memory\n");
+       pr_err("Exporting ATAGs: not enough memory\n");
 
        return -ENOMEM;
 }
This page took 0.023462 seconds and 5 git commands to generate.