aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 03:33:31 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 08:55:41 -0500
commit263645de70175d8b5a5e392a1856e99e2e1b7209 (patch)
tree7bcb2e46100205974f9055b5613516d5edec68da /drivers/media
parent13d5036ea0636e6204e1b17bd12ea25061a686be (diff)
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')
-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 {
144 struct mantis_ca *mantis_ca; 144 struct mantis_ca *mantis_ca;
145}; 145};
146 146
147#define MANTIS_HIF_STATUS (mantis->gpio_status << 12) 147#define MANTIS_HIF_STATUS (mantis->gpio_status)
148 148
149extern unsigned int verbose; 149extern unsigned int verbose;
150extern unsigned int devs; 150extern unsigned int devs;