This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] cx23885-dvb: remove previously overriden value Author: Mauro Carvalho Chehab <[email protected]> Date: Sat Jul 26 11:53:44 2014 -0300 drivers/media/pci/cx23885/cx23885-dvb.c:768:2: warning: initialized field overwritten [-Woverride-init] .freq_offset_khz_vhf = 550, ^ drivers/media/pci/cx23885/cx23885-dvb.c:768:2: warning: (near initialization for 'dib7070p_dib0070_config.freq_offset_khz_vhf') [-Woverride-init] Cc: James Harper <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/pci/cx23885/cx23885-dvb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=b862b3736ebb11b90e0709df3d3a3353d4a952c0 diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c index 9135260..6968706 100644 --- a/drivers/media/pci/cx23885/cx23885-dvb.c +++ b/drivers/media/pci/cx23885/cx23885-dvb.c @@ -764,7 +764,6 @@ static struct dib0070_config dib7070p_dib0070_config = { .reset = dib7070_tuner_reset, .sleep = dib7070_tuner_sleep, .clock_khz = 12000, - .freq_offset_khz_vhf = 950, .freq_offset_khz_vhf = 550, /* .flip_chip = 1, */ }; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
