]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations
authorWill Deacon <will.deacon@arm.com>
Thu, 4 Aug 2011 13:46:23 +0000 (14:46 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 31 Aug 2011 09:42:48 +0000 (10:42 +0100)
commitd12443363e590461655d4e9ccc31e40ad9078283
treeb285b8aa719d4e1c094d38a5fb7253a51bea7af1
parent0d352e3d006c9589f22580212c3822cf62b6d775
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations

The ARM hw_breakpoint backend is currently a bit too noisy when things
start to go awry.

This patch removes a couple of over-zealous WARN_ONCE invocations and
replaces then with pr_warnings instead.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/hw_breakpoint.c