]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] BUG_ON() Conversion in net/tulip/winbond-840.c
authorEric Sesterhenn / snakebyte <snakebyte@gmx.de>
Thu, 26 Jan 2006 21:02:49 +0000 (22:02 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 15:33:16 +0000 (10:33 -0500)
commitcca4aa83c79bcd571b06c83c50ea63cb75f1c2bb
treeee355d11b62f5f22fcdcfae5f4d5b31629227dfb
parent7e0b58f32fb5e9c958078a6d722a7d0b230346a7
[PATCH] BUG_ON() Conversion in net/tulip/winbond-840.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/winbond-840.c