Files
linux/drivers/net
Gustavo A. R. Silva 4fa112f6b5 net: bcmgenet: Use BUG_ON instead of if condition followed by BUG
Use BUG_ON instead of if condition followed by BUG.

Something to notice in this particular case is that unlikely()
is already being called inside BUG_ON macro.

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>
2017-10-27 23:52:36 +09:00
..
2017-08-19 17:13:41 -07:00
2017-10-10 12:35:05 -07:00
2017-08-16 11:01:57 -07:00
2017-09-20 14:27:52 -07:00