commit | 49ca1943a7adb429b11b8e05d81bc821694b76c7 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Mon Oct 23 13:10:56 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 18:44:42 2017 +0900 |
tree | 25661b484b2304a18a7247604cad2b36b14cd750 | |
parent | 152854025528b30c5ca5113a443ead98c3f1e7a5 [diff] |
ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG Use BUG_ON instead of if condition followed by BUG in tcp_time_wait. 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>