From: Tim Hansen <devtimhan...@gmail.com> Date: Mon, 9 Oct 2017 11:37:59 -0400
> Fix BUG() calls to use BUG_ON(conditional) macros. > > This was found using make coccicheck M=net/core on linux next > tag next-2017092 > > Signed-off-by: Tim Hansen <devtimhan...@gmail.com> Althrough there were objections raised, none of them technically stand up, and this does improve code generation for some architectures, so I have applied this. Thanks!