Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357171
b: refs/heads/master
c: afe5624
h: refs/heads/master
i:
  357169: 4685385
  357167: fe6e7a5
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 9c52b04 commit 84e48ad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a44dca1717ce2c2381339e21c07d1731a63a7888
refs/heads/master: afe5624b142279c6072ce1872811e309ad7e94be
3 changes: 2 additions & 1 deletion trunk/drivers/media/rc/rc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,8 @@ static ssize_t store_protocols(struct device *device,

if (i == ARRAY_SIZE(proto_names)) {
IR_dprintk(1, "Unknown protocol: '%s'\n", tmp);
return -EINVAL;
ret = -EINVAL;
goto out;
}

count++;
Expand Down

0 comments on commit 84e48ad

Please sign in to comment.