Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294895
b: refs/heads/master
c: c659395
h: refs/heads/master
i:
  294893: d713306
  294891: 184c6b5
  294887: 5f4a128
  294879: 24bd92b
v: v3
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Feb 8, 2012
1 parent c4b37cb commit eb9ddaa
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: fc594e3e5196d4cf7ace7735eeca399f7a80868b
refs/heads/master: c659395935d6ad8781fe9958ed1a9dbe969b3a17
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ int tm6000_ir_fini(struct tm6000_core *dev)

dprintk(2, "%s\n",__func__);

rc_unregister_device(ir->rc);

if (!ir->polling)
__tm6000_ir_int_stop(ir->rc);

Expand All @@ -492,6 +490,7 @@ int tm6000_ir_fini(struct tm6000_core *dev)
tm6000_flash_led(dev, 0);
ir->pwled = 0;

rc_unregister_device(ir->rc);

kfree(ir);
dev->ir = NULL;
Expand Down

0 comments on commit eb9ddaa

Please sign in to comment.