remove old code

This commit is contained in:
Ralph Metzler 2018-03-20 22:37:13 +01:00
parent efbc108939
commit 08a161ba04
1 changed files with 0 additions and 4 deletions

View File

@ -464,11 +464,7 @@ int ddb_fe_attach_mci(struct ddb_input *input)
tuner = demod & 3;
if (fmode == 3)
tuner = 0;
#if 0
dvb->fe = dvb_attach(ddb_mci_attach, input, 0, demod);
#else
dvb->fe = ddb_mci_attach(input, 0, demod);
#endif
if (!dvb->fe) {
dev_err(dev->dev, "No MAXSX8 found!\n");
return -ENODEV;