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 <james.har...@ejbdigital.com.au>
Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 drivers/media/pci/cx23885/cx23885-dvb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c 
b/drivers/media/pci/cx23885/cx23885-dvb.c
index 9135260f3457..6968706b83b8 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, */
 };
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to