Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / arm / kernel / atags_proc.c
index c7ff807..5a33790 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;
 }