commit | 152854025528b30c5ca5113a443ead98c3f1e7a5 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Mon Oct 23 13:08:14 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 18:44:42 2017 +0900 |
tree | 1f5f391f310e73115c02d2eb67c5e4eec9e8a28f | |
parent | 31749468c3f9d77927ed3144259dc208e6625ede [diff] |
ipv4: icmp: use BUG_ON instead of if condition followed by BUG Use BUG_ON instead of if condition followed by BUG in icmp_timestamp. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>