projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad41067
)
powerpc/32: Add missing \n and switch to pr_warn()
author
Colin Ian King
<colin.king@canonical.com>
Mon, 12 Sep 2016 10:12:24 +0000
(11:12 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:11 +0000
(17:37 +1000)
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>
arch/powerpc/mm/init_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/mm/init_32.c
b/arch/powerpc/mm/init_32.c
index 448685fbf27c47cb52c5f231f6a424a99c686c1e..8a7c38b8d335d733917962fbf0c2eaad31b982e4 100644
(file)
--- a/
arch/powerpc/mm/init_32.c
+++ b/
arch/powerpc/mm/init_32.c
@@
-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);
- pr
intk(KERN_WARNING "Only using first contiguous memory regio
n");
+ pr
_warn("Only using first contiguous memory region\
n");
#else
wii_memory_fixups();
#endif