diff options
author | Eric Sesterhenn / snakebyte <snakebyte@gmx.de> | 2006-01-26 16:02:43 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 10:33:16 -0500 |
commit | 7e0b58f32fb5e9c958078a6d722a7d0b230346a7 (patch) | |
tree | 7bc1545f382d267f1768526e50beb8ab934ac06c /drivers/net/tulip/winbond-840.c | |
parent | a707cd6e2d0a8c21dd8aeef8e4a0c0ccf8774fa9 (diff) |
[PATCH] BUG_ON() Conversion in net/tulip/de2104x.c
hi,
this changes if() BUG(); constructs to BUG_ON() which is
cleaner and can better optimized away
One of the if()s contains a call to de_is_running(),
which seems to be safe to replace, but someone with more
knownledge of the code might want to verify this...
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
0 files changed, 0 insertions, 0 deletions