diff options
author | Anton Blanchard <anton@samba.org> | 2014-09-17 08:39:39 +0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-10-02 11:33:55 +0400 |
commit | a7696b36c01316308f2b9f2009ce38cb01fd7a3f (patch) | |
tree | ce1b9e97d9f2716e9de20f23c25937eafa63822d /arch/powerpc/kernel/setup-common.c | |
parent | 9a4f5cd0a550c755a3f2e0cdcc541493f98feb8e (diff) | |
download | linux-a7696b36c01316308f2b9f2009ce38cb01fd7a3f.tar.xz |
powerpc: Add printk levels to powerpc code
Add printk levels to some places in the powerpc port.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/setup-common.c')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 0df37f5e2d54..1362cd62b3fa 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c @@ -383,7 +383,7 @@ void __init check_for_initrd(void) initrd_start = initrd_end = 0; if (initrd_start) - printk("Found initrd at 0x%lx:0x%lx\n", initrd_start, initrd_end); + pr_info("Found initrd at 0x%lx:0x%lx\n", initrd_start, initrd_end); DBG(" <- check_for_initrd()\n"); #endif /* CONFIG_BLK_DEV_INITRD */ |