Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33013
b: refs/heads/master
c: a62c61d
h: refs/heads/master
i:
  33011: baec34e
v: v3
  • Loading branch information
Ricardo Cerqueira authored and Mauro Carvalho Chehab committed Jul 29, 2006
1 parent 3875239 commit 76d1a70
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: 7845701820c420454bcfdc4902fad68901d9ff83
refs/heads/master: a62c61d3820417e8efac8796f0a46d7ab337af8d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)

auxgpio = cx_read(MO_GP1_IO);
/* Take out the parity part */
gpio+=(gpio & 0x7fd) + (auxgpio & 0xef);
gpio=(gpio & 0x7fd) + (auxgpio & 0xef);
} else
auxgpio = gpio;

Expand Down

0 comments on commit 76d1a70

Please sign in to comment.