summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-09-16 21:41:43 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-09-26 15:39:53 +0200
commit8b521cb2947d8811b4cf7fc6a7a6ebde35218243 (patch)
tree2df73327f764aafa5447ce599489b578d73f9b04 /arch/arm/kernel/smp.c
parentARM: 8140/1: ep93xx: Enable DEBUG_LL_UART_PL01X (diff)
downloadlinux-8b521cb2947d8811b4cf7fc6a7a6ebde35218243.tar.xz
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/kernel/smp.c')
-rw-r--r--arch/arm/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index d19aea4385d9..39c74a2c3df9 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -646,7 +646,7 @@ void smp_send_stop(void)
udelay(1);
if (num_online_cpus() > 1)
- pr_warning("SMP: failed to stop secondary CPUs\n");
+ pr_warn("SMP: failed to stop secondary CPUs\n");
}
/*