[PATCH] BUG_ON() Conversion in net/tulip/xircom_cb.c
authorEric Sesterhenn / snakebyte <snakebyte@gmx.de>
Thu, 26 Jan 2006 21:02:51 +0000 (22:02 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 15:33:16 +0000 (10:33 -0500)
commita707cd6e2d0a8c21dd8aeef8e4a0c0ccf8774fa9
treef28ad3ea7984cb8c69228a6665fbb57368017218
parent97309d1a0bbdcb0813ea08574b4473d8e5416012
[PATCH] BUG_ON() Conversion in net/tulip/xircom_cb.c

hi,

this changes if() BUG(); constructs to BUG_ON() which is
cleaner and can better optimized away

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/tulip/xircom_cb.c