Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=616f8878bc5b5b2276f1941643d9ca7c88690305
Commit:     616f8878bc5b5b2276f1941643d9ca7c88690305
Parent:     e8018c9e78b0ff4bb0290e46f4045fb4ea589ae8
Author:     Mauro Carvalho Chehab <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 7 05:18:36 2008 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:04:40 2008 -0200

    V4L/DVB (6974): Fix codingStyle
    
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-input.c 
b/drivers/media/video/saa7134/saa7134-input.c
index 7f42129..0db955c 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to