powerpc/32: Add missing \n and switch to pr_warn()
The message is missing a \n, add it. Switch to pr_warn(), it's shorter and less ugly. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
ad410674f5
commit
3daf3c2069
|
@ -137,7 +137,7 @@ void __init MMU_init(void)
|
|||
if (memblock.memory.cnt > 1) {
|
||||
#ifndef CONFIG_WII
|
||||
memblock_enforce_memory_limit(memblock.memory.regions[0].size);
|
||||
printk(KERN_WARNING "Only using first contiguous memory region");
|
||||
pr_warn("Only using first contiguous memory region\n");
|
||||
#else
|
||||
wii_memory_fixups();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue