diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 13:53:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 13:55:27 -0400 |
commit | 40841e7469172d60275ad1958f431453c42d836a (patch) | |
tree | e3ae2adc7b82a7009d0a64949ce3ed4465e86ed8 /drivers/media/dvb | |
parent | ae8dc8ee2b84d31306766d87cc5b2bb42e216f57 (diff) |
[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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/m88rs2000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/m88rs2000.c b/drivers/media/dvb/frontends/m88rs2000.c index c9a34358128b..b0f4b9fcb15d 100644 --- a/drivers/media/dvb/frontends/m88rs2000.c +++ b/drivers/media/dvb/frontends/m88rs2000.c | |||
@@ -833,7 +833,6 @@ static struct dvb_frontend_ops m88rs2000_ops = { | |||
833 | .delsys = { SYS_DVBS }, | 833 | .delsys = { SYS_DVBS }, |
834 | .info = { | 834 | .info = { |
835 | .name = "M88RS2000 DVB-S", | 835 | .name = "M88RS2000 DVB-S", |
836 | .type = FE_QPSK, | ||
837 | .frequency_min = 950000, | 836 | .frequency_min = 950000, |
838 | .frequency_max = 2150000, | 837 | .frequency_max = 2150000, |
839 | .frequency_stepsize = 1000, /* kHz for QPSK frontends */ | 838 | .frequency_stepsize = 1000, /* kHz for QPSK frontends */ |