Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226409
b: refs/heads/master
c: 9804ed9
h: refs/heads/master
i:
  226407: 6c749d4
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 30, 2010
1 parent 47adf77 commit 9b4656a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: abfd013b665d21f57bc4b2e455b23c4cece0df9f
refs/heads/master: 9804ed9e840c461f88b290dea43173e3eed37102
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/ivtv/ivtv-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ static int get_key_adaptec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)
keybuf[2] &= 0x7f;
keybuf[3] |= 0x80;

*ir_key = (u32) keybuf;
*ir_raw = (u32) keybuf;
*ir_key = keybuf[3] | keybuf[2] << 8 | keybuf[1] << 16 |keybuf[0] << 24;
*ir_raw = *ir_key;

return 1;
}
Expand Down

0 comments on commit 9b4656a

Please sign in to comment.