commit | 52e5f9d1cf0b10b24317037dcd1c9be38ca7011c | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Oct 03 23:33:23 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Tue Oct 03 23:33:23 2006 +0200 |
tree | a0646ee04b91d5d195075dc4ad8d38cf603179d8 | |
parent | 70d63ccc71fe1a413ce82b88aa175b1dcf28654e [diff] |
BUG_ON cleanup for drivers/md/ This changes two if() BUG(); usages to BUG_ON(); so people can disable it safely. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>