Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12310): stv6110 tuner: remove unused iq_wiring configuration parameter.

Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Igor M. Liplianin and committed by
Mauro Carvalho Chehab
ee5e7d94 92782bb0

-3
-1
drivers/media/dvb/frontends/stv6110.h
··· 41 41 struct stv6110_config { 42 42 u8 i2c_address; 43 43 u32 mclk; 44 - int iq_wiring; 45 44 u8 clk_div; /* divisor value for the output clock */ 46 45 }; 47 46
-2
drivers/media/video/cx23885/cx23885-dvb.c
··· 409 409 static struct stv6110_config netup_stv6110_tunerconfig_a = { 410 410 .i2c_address = 0x60, 411 411 .mclk = 27000000, 412 - .iq_wiring = 0, 413 412 }; 414 413 415 414 static struct stv6110_config netup_stv6110_tunerconfig_b = { 416 415 .i2c_address = 0x63, 417 416 .mclk = 27000000, 418 - .iq_wiring = 1, 419 417 }; 420 418 421 419 static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)