diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp2033.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp2033.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.c b/drivers/media/dvb/mantis/mantis_vp2033.c index 10ce81790a8c..06da0ddf05a7 100644 --- a/drivers/media/dvb/mantis/mantis_vp2033.c +++ b/drivers/media/dvb/mantis/mantis_vp2033.c | |||
@@ -132,7 +132,7 @@ static int vp2033_frontend_init(struct mantis_pci *mantis, struct dvb_frontend * | |||
132 | msleep(250); | 132 | msleep(250); |
133 | 133 | ||
134 | dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); | 134 | dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); |
135 | fe = tda10021_attach(&vp2033_tda1002x_cu1216_config, | 135 | fe = dvb_attach(tda10021_attach, &vp2033_tda1002x_cu1216_config, |
136 | adapter, | 136 | adapter, |
137 | read_pwm(mantis)); | 137 | read_pwm(mantis)); |
138 | 138 | ||
@@ -141,7 +141,7 @@ static int vp2033_frontend_init(struct mantis_pci *mantis, struct dvb_frontend * | |||
141 | "found Philips CU1216 DVB-C frontend (TDA10021) @ 0x%02x", | 141 | "found Philips CU1216 DVB-C frontend (TDA10021) @ 0x%02x", |
142 | vp2033_tda1002x_cu1216_config.demod_address); | 142 | vp2033_tda1002x_cu1216_config.demod_address); |
143 | } else { | 143 | } else { |
144 | fe = tda10023_attach(&vp2033_tda10023_cu1216_config, | 144 | fe = dvb_attach(tda10023_attach, &vp2033_tda10023_cu1216_config, |
145 | adapter, | 145 | adapter, |
146 | read_pwm(mantis)); | 146 | read_pwm(mantis)); |
147 | 147 | ||