summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-10-30 14:21:24 -0700
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-11-07 17:58:39 +0000
commit235584b6f3b71bc1381be13a963a16f7107650cf (patch)
tree476c2e226f887dc5ce661f64096723e69fd5d84d /arch
parent85d988fcff5a7e35df0d0fb0c581470f4b72a3de (diff)
downloadop-kernel-dev-235584b6f3b71bc1381be13a963a16f7107650cf.zip
op-kernel-dev-235584b6f3b71bc1381be13a963a16f7107650cf.tar.gz
ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARN
Message isn't printed by WARN_ON. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/kernel/hw_breakpoint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
index 54593b0..21e3a4a 100644
--- a/arch/arm/kernel/hw_breakpoint.c
+++ b/arch/arm/kernel/hw_breakpoint.c
@@ -748,8 +748,7 @@ static int hw_breakpoint_pending(unsigned long addr, unsigned int fsr,
breakpoint_handler(addr, regs);
break;
case ARM_ENTRY_ASYNC_WATCHPOINT:
- WARN_ON("Asynchronous watchpoint exception taken. "
- "Debugging results may be unreliable");
+ WARN(1, "Asynchronous watchpoint exception taken. Debugging results may be unreliable\n");
case ARM_ENTRY_SYNC_WATCHPOINT:
watchpoint_handler(addr, regs);
break;
OpenPOWER on IntegriCloud