From: Ilpo Järvinen Date: Sat, 26 Jul 2008 04:40:45 +0000 (-0700) Subject: drivers/net: convert BUG_TRAP to generic WARN_ON X-Git-Tag: v2.6.27-rc1~75^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e5e96ec18da6f65e89f05674711e1c93d8df67;p=pandora-kernel.git drivers/net: convert BUG_TRAP to generic WARN_ON Removes legacy reinvent-the-wheel type thing. The generic machinery integrates much better to automated debugging aids such as kerneloops.org (and others), and is unambiguous due to better naming. Non-intuively BUG_TRAP() is actually equal to WARN_ON() rather than BUG_ON(). Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed