The patch number 9465 was added via Manu Abraham <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Manu Abraham  <[EMAIL PROTECTED]>
Fix incorrect IF_AGC Bitfield definition


Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>


---

 linux/drivers/media/dvb/frontends/stb0899_reg.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 78601cbc6cf6 -r 88c49291adea 
linux/drivers/media/dvb/frontends/stb0899_reg.h
--- a/linux/drivers/media/dvb/frontends/stb0899_reg.h   Fri Oct 24 01:47:55 
2008 +0400
+++ b/linux/drivers/media/dvb/frontends/stb0899_reg.h   Tue May 27 09:24:27 
2008 +0400
@@ -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
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/88c49291adea093186f77b5fc4d3481a1eadb7d2

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to