Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168916
b: refs/heads/master
c: 361c951
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Mauro Carvalho Chehab committed Nov 27, 2009
1 parent 260c711 commit de0ba88
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: 9807362e4768cf807c9cfad3c10243020365d1ce
refs/heads/master: 361c95119a60adb7f84946af648b7c87cdc55e17
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/ir-functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void ir_input_init(struct input_dev *dev, struct ir_input_state *ir,

ir->ir_type = ir_type;

memset(ir->ir_codes, sizeof(ir->ir_codes), 0);
memset(ir->ir_codes, 0, sizeof(ir->ir_codes));

/*
* FIXME: This is a temporary workaround to use the new IR tables
Expand Down

0 comments on commit de0ba88

Please sign in to comment.