BUG_ON cleanup for drivers/md/
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 3 Oct 2006 21:33:23 +0000 (23:33 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:33:23 +0000 (23:33 +0200)
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>

No differences found