git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d352e3
)
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations
author
Will Deacon
<will.deacon@arm.com>
Thu, 4 Aug 2011 13:46:23 +0000
(14:46 +0100)
committer
Will 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