fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / md / dm-hw-handler.c
index 4cc0010..baafaab 100644 (file)
@@ -83,8 +83,7 @@ void dm_put_hw_handler(struct hw_handler_type *hwht)
        if (--hwhi->use == 0)
                module_put(hwhi->hwht.module);
 
-       if (hwhi->use < 0)
-               BUG();
+       BUG_ON(hwhi->use < 0);
 
       out:
        up_read(&_hwh_lock);