commit | 2fc5f83b92ba93f8f7119461d998bcdb1ac519ac | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Thu Oct 26 06:31:35 2017 -0500 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Oct 26 13:51:54 2017 +0200 |
tree | 3e72c8777e05534a35916d4353cd114a85b43e02 | |
parent | d3cc547d9ccbe223b06e87256fdd571eb63762b7 [diff] |
net: xfrm_user: use BUG_ON instead of if condition followed by BUG Use BUG_ON instead of if condition followed by BUG. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>