The patch number 12310 was added via Igor M. Liplianin <[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:
        Linux Media Mailing List <[email protected]>

------

From: Igor M. Liplianin  <[email protected]>
stv6110 tuner: remove unused iq_wiring configuration parameter.


Signed-off-by: Igor M. Liplianin <[email protected]>


---

 linux/drivers/media/dvb/frontends/stv6110.h     |    1 -
 linux/drivers/media/video/cx23885/cx23885-dvb.c |    2 --
 2 files changed, 3 deletions(-)

diff -r 40ce22ad38a6 -r e10cd6e771b3 linux/drivers/media/dvb/frontends/stv6110.h
--- a/linux/drivers/media/dvb/frontends/stv6110.h       Mon Jul 20 00:37:09 
2009 +0400
+++ b/linux/drivers/media/dvb/frontends/stv6110.h       Mon Jul 20 00:57:29 
2009 +0400
@@ -41,7 +41,6 @@ struct stv6110_config {
 struct stv6110_config {
        u8 i2c_address;
        u32 mclk;
-       int iq_wiring;
        u8 clk_div;     /* divisor value for the output clock */
 };
 
diff -r 40ce22ad38a6 -r e10cd6e771b3 
linux/drivers/media/video/cx23885/cx23885-dvb.c
--- a/linux/drivers/media/video/cx23885/cx23885-dvb.c   Mon Jul 20 00:37:09 
2009 +0400
+++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c   Mon Jul 20 00:57:29 
2009 +0400
@@ -410,13 +410,11 @@ static struct stv6110_config netup_stv61
 static struct stv6110_config netup_stv6110_tunerconfig_a = {
        .i2c_address = 0x60,
        .mclk = 27000000,
-       .iq_wiring = 0,
 };
 
 static struct stv6110_config netup_stv6110_tunerconfig_b = {
        .i2c_address = 0x63,
        .mclk = 27000000,
-       .iq_wiring = 1,
 };
 
 static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)


---

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

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

Reply via email to