Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285338
b: refs/heads/master
c: 2a887d2
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 30, 2011
1 parent 7041f25 commit 3789e61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6740a932882f43056b8545e5b0b85511975d0a7c
refs/heads/master: 2a887d27708a4f9f3b5ad8258f9e19a150b58f03
6 changes: 6 additions & 0 deletions trunk/drivers/media/video/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,19 @@ int tm6000_ir_int_start(struct tm6000_core *dev)
{
struct tm6000_IR *ir = dev->ir;

if (!ir)
return;

return __tm6000_ir_int_start(ir->rc);
}

void tm6000_ir_int_stop(struct tm6000_core *dev)
{
struct tm6000_IR *ir = dev->ir;

if (!ir || !ir->rc)
return;

__tm6000_ir_int_stop(ir->rc);
}

Expand Down

0 comments on commit 3789e61

Please sign in to comment.