commit | cca4aa83c79bcd571b06c83c50ea63cb75f1c2bb | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn / snakebyte <snakebyte@gmx.de> | Thu Jan 26 22:02:49 2006 +0100 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Jan 27 10:33:16 2006 -0500 |
tree | ee355d11b62f5f22fcdcfae5f4d5b31629227dfb | |
parent | 7e0b58f32fb5e9c958078a6d722a7d0b230346a7 [diff] |
[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>