Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adabb266 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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 <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e26f2ae4
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1350,7 +1350,6 @@ static struct dvb_frontend_ops lg2160_ops = {
	.delsys = { SYS_ATSCMH },
	.delsys = { SYS_ATSCMH },
	.info = {
	.info = {
		.name = "LG Electronics LG2160 ATSC/MH Frontend",
		.name = "LG Electronics LG2160 ATSC/MH Frontend",
		.type               = FE_ATSC,
		.frequency_min      = 54000000,
		.frequency_min      = 54000000,
		.frequency_max      = 858000000,
		.frequency_max      = 858000000,
		.frequency_stepsize = 62500,
		.frequency_stepsize = 62500,
@@ -1379,7 +1378,6 @@ static struct dvb_frontend_ops lg2161_ops = {
	.delsys = { SYS_ATSCMH },
	.delsys = { SYS_ATSCMH },
	.info = {
	.info = {
		.name = "LG Electronics LG2161 ATSC/MH Frontend",
		.name = "LG Electronics LG2161 ATSC/MH Frontend",
		.type               = FE_ATSC,
		.frequency_min      = 54000000,
		.frequency_min      = 54000000,
		.frequency_max      = 858000000,
		.frequency_max      = 858000000,
		.frequency_stepsize = 62500,
		.frequency_stepsize = 62500,