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:
095d2a7
)
caif: Replace BUG_ON with WARN_ON.
author
Roar Førde
<roar.forde@stericsson.com>
Tue, 6 Dec 2011 12:15:44 +0000
(12:15 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 6 Dec 2011 22:21:47 +0000
(17:21 -0500)
BUG_ON is too strict in a number of circumstances,
use WARN_ON instead. Protocol errors should not halt the system.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found