mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 08:39:52 +00:00
[media] m88rs2000: Don't fill info.type
This field is handled internally by the DVB core, with uses the selected delivery system to fill it, when a DVBv3 call is handled. So, drivers should not touch on it. Cc: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ae8dc8ee2b
commit
40841e7469
@ -833,7 +833,6 @@ static struct dvb_frontend_ops m88rs2000_ops = {
|
|||||||
.delsys = { SYS_DVBS },
|
.delsys = { SYS_DVBS },
|
||||||
.info = {
|
.info = {
|
||||||
.name = "M88RS2000 DVB-S",
|
.name = "M88RS2000 DVB-S",
|
||||||
.type = FE_QPSK,
|
|
||||||
.frequency_min = 950000,
|
.frequency_min = 950000,
|
||||||
.frequency_max = 2150000,
|
.frequency_max = 2150000,
|
||||||
.frequency_stepsize = 1000, /* kHz for QPSK frontends */
|
.frequency_stepsize = 1000, /* kHz for QPSK frontends */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user