From: Kris Katterjohn Date: Mon, 9 Jan 2006 06:24:28 +0000 (-0800) Subject: [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" X-Git-Tag: v2.6.16-rc1~658^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a626600b437d91f6b13ade5c7c4b374893c54e;p=pandora-kernel.git [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" This changes some simple "if (x) BUG();" statements to "BUG_ON(x);" Signed-off-by: Kris Katterjohn Signed-off-by: David S. Miller --- Reading git-diff-tree failed