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

index 27ecfdb..6b9f92b 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;