From: Manu Abraham Date: Tue, 27 May 2008 05:24:27 +0000 (-0300) Subject: V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9acfee56df8ba3078b9c90e23249f3006b585c37;p=mv-sheeva.git V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stb0899_reg.h b/drivers/media/dvb/frontends/stb0899_reg.h index d2e9217c767..fc2805fbd28 100644 --- a/drivers/media/dvb/frontends/stb0899_reg.h +++ b/drivers/media/dvb/frontends/stb0899_reg.h @@ -356,7 +356,7 @@ /* S2 DEMOD */ #define STB0899_OFF0_DMD_STATUS 0xf300 #define STB0899_BASE_DMD_STATUS 0x00000000 -#define STB0899_IF_AGC_LOCK (0x01 << 0) +#define STB0899_IF_AGC_LOCK (0x01 << 8) #define STB0899_OFFST_IF_AGC_LOCK 0 #define STB0899_WIDTH_IF_AGC_LOCK 1