summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis
diff options
context:
space:
mode:
authorManu Abraham2009-12-04 09:33:31 +0100
committerMauro Carvalho Chehab2010-01-17 14:55:41 +0100
commit263645de70175d8b5a5e392a1856e99e2e1b7209 (patch)
tree7bcb2e46100205974f9055b5613516d5edec68da /drivers/media/dvb/mantis
parentV4L/DVB (13785): [Mantis] Do not disable IRQ's while being invoked (diff)
downloadkernel-qcow2-linux-263645de70175d8b5a5e392a1856e99e2e1b7209.tar.gz
kernel-qcow2-linux-263645de70175d8b5a5e392a1856e99e2e1b7209.tar.xz
kernel-qcow2-linux-263645de70175d8b5a5e392a1856e99e2e1b7209.zip
V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted ..
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis')
-rw-r--r--drivers/media/dvb/mantis/mantis_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h
index 27ecfdb6e6f7..6b9f92b4ab39 100644
--- a/drivers/media/dvb/mantis/mantis_common.h
+++ b/drivers/media/dvb/mantis/mantis_common.h
@@ -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;