From 84ff5e0bcaa2989c3fb8c2f75f39aaa3858dd767 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Wed, 9 Jul 2008 22:38:27 +0400 Subject: Miscellaneous fixes - Fix a bitfield - Set gain appropriately - Slept for the wrong duration From: Reinhard Nissl Signed-off-by: Reinhard Nissl Signed-off-by: Manu Abraham --- linux/drivers/media/dvb/frontends/stb0899_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/frontends/stb0899_reg.h') diff --git a/linux/drivers/media/dvb/frontends/stb0899_reg.h b/linux/drivers/media/dvb/frontends/stb0899_reg.h index 4e5b24158..ba1ed5630 100644 --- a/linux/drivers/media/dvb/frontends/stb0899_reg.h +++ b/linux/drivers/media/dvb/frontends/stb0899_reg.h @@ -362,7 +362,7 @@ #define STB0899_OFF0_CRL_FREQ 0xf304 #define STB0899_BASE_CRL_FREQ 0x00000000 -#define STB0899_CARR_FREQ (0x1fffffff << 0) +#define STB0899_CARR_FREQ (0x3fffffff << 0) #define STB0899_OFFST_CARR_FREQ 0 #define STB0899_WIDTH_CARR_FREQ 30 -- cgit v1.2.3