From: Mauro Carvalho Chehab Date: Sun, 20 May 2012 12:55:06 +0000 (-0300) Subject: [media] lg2160: Don't fill the legacy DVBv3 ops.type field X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=adabb266efb5a8d36f664ca44f7000063e566671;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git [media] lg2160: Don't fill the legacy DVBv3 ops.type field This field should not be used anymore inside the frontend drivers. The DVB core won't rely on it. Cc: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/lg2160.c b/drivers/media/dvb/frontends/lg2160.c index daa8596b9ec7..fafe522b013f 100644 --- a/drivers/media/dvb/frontends/lg2160.c +++ b/drivers/media/dvb/frontends/lg2160.c @@ -1350,7 +1350,6 @@ static struct dvb_frontend_ops lg2160_ops = { .delsys = { SYS_ATSCMH }, .info = { .name = "LG Electronics LG2160 ATSC/MH Frontend", - .type = FE_ATSC, .frequency_min = 54000000, .frequency_max = 858000000, .frequency_stepsize = 62500, @@ -1379,7 +1378,6 @@ static struct dvb_frontend_ops lg2161_ops = { .delsys = { SYS_ATSCMH }, .info = { .name = "LG Electronics LG2161 ATSC/MH Frontend", - .type = FE_ATSC, .frequency_min = 54000000, .frequency_max = 858000000, .frequency_stepsize = 62500,