Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331004
b: refs/heads/master
c: 586c61f
h: refs/heads/master
v: v3
  • Loading branch information
Sean Young authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent 5128f86 commit f6841e0
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: b0c47e1ec2a5d66df4ef5d34055a919140aa386a
refs/heads/master: 586c61fd88655dfb8373ad96c03464c494667952
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/ir-lirc-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static ssize_t ir_lirc_transmit_ir(struct file *file, const char __user *buf,
goto out;
}

ret = dev->tx_ir(dev, txbuf, (u32)n);
ret = dev->tx_ir(dev, txbuf, count);
if (ret < 0)
goto out;

Expand Down

0 comments on commit f6841e0

Please sign in to comment.