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)
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>

No differences found