Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179460
b: refs/heads/master
c: 5e68b0a
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent e64cfd6 commit 5c6981b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99d96e4e9202aa046e3e2be1813ff59c84e67608
refs/heads/master: 5e68b0aedaa34447d86ae5cc6d071251c62bef37
1 change: 0 additions & 1 deletion trunk/drivers/media/dvb/mantis/mantis_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ static void mantis_load_config(struct mantis_pci *mantis)
mantis->hwconfig = &vp1034_mantis_config;
break;
case MANTIS_VP_2033_DVB_C: // VP-2033
case TERRATEC_CINERGY_C_PCI: // Terratec Cinergy C PCI
mantis->hwconfig = &vp2033_mantis_config;
break;
case MANTIS_VP_3030_DVB_T: // VP-3030
Expand Down
13 changes: 0 additions & 13 deletions trunk/drivers/media/dvb/mantis/mantis_dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,19 +251,6 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)

}
break;
case TERRATEC_CINERGY_C_PCI:
dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
mantis->fe = tda10023_attach(&philips_cu1216_config, &mantis->adapter, read_pwm(mantis));
if (mantis->fe) {
mantis->fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set;
dprintk(verbose, MANTIS_ERROR, 1,
"found Philips CU1216 DVB-C frontend 0x%02x",
philips_cu1216_config.demod_address);

dprintk(verbose, MANTIS_ERROR, 1,
"Mantis DVB-C Philips CU1216 frontend attach success");
}
break;
default:
dprintk(verbose, MANTIS_DEBUG, 1, "Unknown frontend:[0x%02x]",
mantis->sub_device_id);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/dvb/mantis/mantis_vp2033.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "tda1002x.h"

#define MANTIS_VP_2033_DVB_C 0x0008
#define TERRATEC_CINERGY_C_PCI 0x1178

extern struct tda1002x_config philips_cu1216_config;
extern struct mantis_hwconfig vp2033_mantis_config;
Expand Down

0 comments on commit 5c6981b

Please sign in to comment.