Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330806
b: refs/heads/master
c: d07df22
h: refs/heads/master
v: v3
  • Loading branch information
Sean Young authored and Mauro Carvalho Chehab committed Aug 13, 2012
1 parent 58d4d19 commit cb6ccb7
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: 4da212e2ffaa34edb887a3a86424124fe8341e34
refs/heads/master: d07df223abb42c97dbaf2d26226c3882bcb3a3cf
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 @@ -105,7 +105,7 @@ static ssize_t ir_lirc_transmit_ir(struct file *file, const char __user *buf,
struct lirc_codec *lirc;
struct rc_dev *dev;
unsigned int *txbuf; /* buffer with values to transmit */
ssize_t ret = 0;
ssize_t ret = -EINVAL;
size_t count;

lirc = lirc_get_pdata(file);
Expand Down

0 comments on commit cb6ccb7

Please sign in to comment.