commit | f435ab79928e4d54082e2838c4562a165e37999c | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Oct 25 17:18:23 2012 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 09 11:47:06 2012 +0000 |
tree | 73964ce863bdc7b8e2eb0807ab5e18570437bfff | |
parent | 9e962f76602dbd293a57030f4ce5a4b57853e2ea [diff] |
ARM: hw_breakpoint: kill WARN_ONCE usage WARN_ONCE is a bit OTT for some of the simple failure cases encountered in hw_breakpoint, so use either pr_warning or pr_warn_once instead. Reported-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>