V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted ..
authorManu Abraham <[email protected]>
Fri, 4 Dec 2009 08:33:31 +0000 (05:33 -0300)
committerMauro Carvalho Chehab <[email protected]>
Sun, 17 Jan 2010 13:55:41 +0000 (11:55 -0200)
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/mantis/mantis_common.h

index 27ecfdb6e6f76cec64463a2ac789fef7264fbfe3..6b9f92b4ab398f06e709ce2cf888384e3b2be69d 100644 (file)
@@ -144,7 +144,7 @@ struct mantis_pci {
        struct mantis_ca        *mantis_ca;
 };
 
-#define MANTIS_HIF_STATUS      (mantis->gpio_status << 12)
+#define MANTIS_HIF_STATUS      (mantis->gpio_status)
 
 extern unsigned int verbose;
 extern unsigned int devs;