commit | 33236415ece63d5689411f3ddb676eeb93af2698 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Thu Apr 09 22:58:04 2015 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Wed Apr 15 14:21:31 2015 +0200 |
tree | a2f62547e4d316850af24653761ed650bb269993 | |
parent | 99b2cdde83726a89daadbfd1264fb9a3b91eed0b [diff] |
scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning if()/BUG conversion to BUG_ON must be avoided when there's side effect in condition. The reason being BUG_ON won't execute the condition when CONFIG_BUG is not defined. Inspired-by: J. Bruce Fields <bfields@fieldses.org> Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Michal Marek <mmarek@suse.cz>