summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 05:33:31 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:41 -0200
commit263645de70175d8b5a5e392a1856e99e2e1b7209 (patch)
tree7bcb2e46100205974f9055b5613516d5edec68da /drivers/media
parent13d5036ea0636e6204e1b17bd12ea25061a686be (diff)
downloadkernel-crypto-263645de70175d8b5a5e392a1856e99e2e1b7209.tar.gz
kernel-crypto-263645de70175d8b5a5e392a1856e99e2e1b7209.tar.xz
kernel-crypto-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')
-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 27ecfdb6e6f..6b9f92b4ab3 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;