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-Tag: v2.6.33-rc5~23^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=263645de70175d8b5a5e392a1856e99e2e1b7209;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 27ecfdb..6b9f92b 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;