summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ddbridge
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-01-05 08:07:32 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-05 16:44:09 -0200
commitfa4b2a171d42ffc512b3a86922ad68e1355eb17a (patch)
tree868f8be726461ea7b39c22b2709800a8f8638283 /drivers/media/dvb/ddbridge
parent9348393aaf59948de8f9826e2e45337ebc3b94da (diff)
downloadop-kernel-dev-fa4b2a171d42ffc512b3a86922ad68e1355eb17a.zip
op-kernel-dev-fa4b2a171d42ffc512b3a86922ad68e1355eb17a.tar.gz
[media] drxk: create only one frontend for both DVB-C and DVB-T
Instead of creating two DVB frontend entries for the same device, create just one entry, and fill the delivery_system according with the supported standards. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ddbridge')
-rw-r--r--drivers/media/dvb/ddbridge/ddbridge-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ddbridge/ddbridge-core.c b/drivers/media/dvb/ddbridge/ddbridge-core.c
index ba9a643..2f31648 100644
--- a/drivers/media/dvb/ddbridge/ddbridge-core.c
+++ b/drivers/media/dvb/ddbridge/ddbridge-core.c
@@ -580,7 +580,7 @@ static int demod_attach_drxk(struct ddb_input *input)
memset(&config, 0, sizeof(config));
config.adr = 0x29 + (input->nr & 1);
- fe = input->fe = dvb_attach(drxk_attach, &config, i2c, &input->fe2);
+ fe = input->fe = dvb_attach(drxk_attach, &config, i2c);
if (!input->fe) {
printk(KERN_ERR "No DRXK found!\n");
return -ENODEV;
OpenPOWER on IntegriCloud