From: Himangi Saraogi Date: Fri, 11 Jul 2014 20:27:17 +0000 (+0530) Subject: ipv6: Use BUG_ON X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f0b86b996d86940357e5ca9788771618d731f1;p=pandora-kernel.git ipv6: Use BUG_ON The semantic patch that makes this transformation is as follows: // @@ expression e; @@ -if (e) BUG(); +BUG_ON(e); // Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed