summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
diff options
context:
space:
mode:
authorJoe Perches2014-09-16 21:41:43 +0200
committerRussell King2014-09-26 15:39:53 +0200
commit8b521cb2947d8811b4cf7fc6a7a6ebde35218243 (patch)
tree2df73327f764aafa5447ce599489b578d73f9b04 /arch/arm/mm/mmu.c
parentARM: 8140/1: ep93xx: Enable DEBUG_LL_UART_PL01X (diff)
downloadkernel-qcow2-linux-8b521cb2947d8811b4cf7fc6a7a6ebde35218243.tar.gz
kernel-qcow2-linux-8b521cb2947d8811b4cf7fc6a7a6ebde35218243.tar.xz
kernel-qcow2-linux-8b521cb2947d8811b4cf7fc6a7a6ebde35218243.zip
ARM: 8152/1: Convert pr_warning to pr_warn
Use the more common pr_warn. Other miscellanea: o Coalesce formats o Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r--arch/arm/mm/mmu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index 8348ed6b2efe..9f98cec7fe1e 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -223,13 +223,13 @@ early_param("ecc", early_ecc);
static int __init early_cachepolicy(char *p)
{
- pr_warning("cachepolicy kernel parameter not supported without cp15\n");
+ pr_warn("cachepolicy kernel parameter not supported without cp15\n");
}
early_param("cachepolicy", early_cachepolicy);
static int __init noalign_setup(char *__unused)
{
- pr_warning("noalign kernel parameter not supported without cp15\n");
+ pr_warn("noalign kernel parameter not supported without cp15\n");
}
__setup("noalign", noalign_setup);