Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4681
b: refs/heads/master
c: 7da6844
h: refs/heads/master
i:
  4679: e0c8d98
v: v3
  • Loading branch information
Brian King authored and Linus Torvalds committed Jul 12, 2005
1 parent b8019c0 commit 6b1ba4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 50a5223428bbe77bc0f312100c950b6f4520ba34
refs/heads/master: 7da6844cf7bc44dcda548a0a0aebf85f3a1c1485
3 changes: 2 additions & 1 deletion trunk/fs/char_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ static struct kobject *cdev_get(struct cdev *p)
void cdev_put(struct cdev *p)
{
if (p) {
struct module *owner = p->owner;
kobject_put(&p->kobj);
module_put(p->owner);
module_put(owner);
}
}

Expand Down

0 comments on commit 6b1ba4a

Please sign in to comment.