Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221528
b: refs/heads/master
c: 47c5ba5
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Nov 1, 2010
1 parent 962027c commit 9fa309a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 50440c6dcccbf90ee3629407cb13ca09cab7d900
refs/heads/master: 47c5ba53bc5e5f88b5d1bbb97acd25afc27f74eb
2 changes: 2 additions & 0 deletions trunk/drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ static int ir_getkeycode(struct input_dev *dev,
ke->len = sizeof(entry->scancode);
memcpy(ke->scancode, &entry->scancode, sizeof(entry->scancode));

retval = 0;

out:
spin_unlock_irqrestore(&rc_tab->lock, flags);
return retval;
Expand Down

0 comments on commit 9fa309a

Please sign in to comment.