Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76705
b: refs/heads/master
c: 616f887
h: refs/heads/master
i:
  76703: 4a40dbd
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent ad349ba commit 01f9ea3
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: e8018c9e78b0ff4bb0290e46f4045fb4ea589ae8
refs/heads/master: 616f8878bc5b5b2276f1941643d9ca7c88690305
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int get_key_beholdm6xx(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)

gpio = saa_readl(SAA7134_GPIO_GPSTATUS0 >> 2);

if (0x400000 &~ gpio)
if (0x400000 & ~gpio)
return 0; /* No button press */

ir->c.addr = 0x5a >> 1;
Expand Down

0 comments on commit 01f9ea3

Please sign in to comment.