commit | f84ea779c25dabc90956f1c329e5e5c501ea96cc | [log] [tgz] |
---|---|---|
author | Roar Førde <roar.forde@stericsson.com> | Tue Dec 06 12:15:44 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 06 17:21:47 2011 -0500 |
tree | 8a66cb38fb4f7d04bf5a1c3405c73802eaac0614 | |
parent | 095d2a71e51bd2a3e476232156e8d9c2dbc0596d [diff] |
caif: Replace BUG_ON with WARN_ON. 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>