Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219172
b: refs/heads/master
c: e051f69
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 0abb583 commit 589816c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 92d474bd298da37957a3dde8705ff3e8bf84e386
refs/heads/master: e051f69ae3ef9bd87977d7473bf82e2080e37044
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static void saa7134_input_timer(unsigned long data)
mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling));
}

void ir_raw_decode_timer_end(unsigned long data)
static void ir_raw_decode_timer_end(unsigned long data)
{
struct saa7134_dev *dev = (struct saa7134_dev *)data;
struct card_ir *ir = dev->remote;
Expand Down Expand Up @@ -550,7 +550,7 @@ static void saa7134_ir_close(void *priv)
}


int saa7134_ir_change_protocol(void *priv, u64 ir_type)
static int saa7134_ir_change_protocol(void *priv, u64 ir_type)
{
struct saa7134_dev *dev = priv;
struct card_ir *ir = dev->remote;
Expand Down

0 comments on commit 589816c

Please sign in to comment.