Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23678
b: refs/heads/master
c: 4401d13
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 24, 2006
1 parent a3e3d7d commit 76ffbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5daf2cf19a7d03843d8d2d1b4aaf5260479cc5a7
refs/heads/master: 4401d138993c652dc7463207fa3afde71b7ae509
3 changes: 1 addition & 2 deletions trunk/drivers/md/dm-hw-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 76ffbfd

Please sign in to comment.