commit | d12443363e590461655d4e9ccc31e40ad9078283 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Aug 04 14:46:23 2011 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Aug 31 10:42:48 2011 +0100 |
tree | b285b8aa719d4e1c094d38a5fb7253a51bea7af1 | |
parent | 0d352e3d006c9589f22580212c3822cf62b6d775 [diff] |
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>