From: Manu Abraham Date: Fri, 4 Dec 2009 08:33:31 +0000 (-0300) Subject: V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted .. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=263645de70175d8b5a5e392a1856e99e2e1b7209;p=linux-beck.git V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted .. Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- 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;