Skip to content

Commit

Permalink
V4L/DVB (6974): Fix codingStyle
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e8018c9 commit 616f887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 616f887

Please sign in to comment.