Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176792
b: refs/heads/master
c: 05395a3
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 16, 2009
1 parent b7941c6 commit b296750
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b779974bdfcaec2a0eb13e44405baca07e0e92a3
refs/heads/master: 05395a3d86a928d374c970a0b35a6a711072f86c
3 changes: 3 additions & 0 deletions trunk/drivers/media/common/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ void ir_input_free(struct input_dev *dev)
{
struct ir_scancode_table *rc_tab = input_get_drvdata(dev);

if (!rc_tab)
return;

IR_dprintk(1, "Freed keycode table\n");

rc_tab->size = 0;
Expand Down

0 comments on commit b296750

Please sign in to comment.