Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219479
b: refs/heads/master
c: 09c8dd8
h: refs/heads/master
i:
  219477: 8b8efdc
  219475: ee95892
  219471: 55f820a
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Oct 22, 2010
1 parent cc71803 commit ca8efa9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 715d29a74450696696dc064f85ba4ff0eaadb1d2
refs/heads/master: 09c8dd8de67cf781be95d809cd45af22f40c37df
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/lirc_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ int lirc_unregister_driver(int minor)
ir->d.set_use_dec(ir->d.data);
module_put(ir->cdev.owner);
mutex_unlock(&ir->irctl_lock);
cdev_del(&ir->cdev);
} else {
lirc_irctl_cleanup(ir);
cdev_del(&ir->cdev);
Expand Down Expand Up @@ -492,6 +491,7 @@ int lirc_dev_fop_close(struct inode *inode, struct file *file)
module_put(ir->cdev.owner);
} else {
lirc_irctl_cleanup(ir);
cdev_del(&ir->cdev);
irctls[ir->d.minor] = NULL;
kfree(ir);
}
Expand Down

0 comments on commit ca8efa9

Please sign in to comment.