From: Eric Sesterhenn Date: Tue, 3 Oct 2006 21:34:11 +0000 (+0200) Subject: BUG_ON cleanup in drivers/net/tokenring/ X-Git-Tag: v2.6.19-rc1~165^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644c12d7f695c0a30662ac781b0f06f79d7f9bab;p=pandora-kernel.git BUG_ON cleanup in drivers/net/tokenring/ This patch converts one if() BUG(); to BUG_ON(); so it can be safely optimized away. Signed-off-by: Eric Sesterhenn Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed