diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/media/dvb/mantis/mantis_vp2040.c | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp2040.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp2040.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2040.c b/drivers/media/dvb/mantis/mantis_vp2040.c index a7ca233e800b..f72b137b7652 100644 --- a/drivers/media/dvb/mantis/mantis_vp2040.c +++ b/drivers/media/dvb/mantis/mantis_vp2040.c | |||
@@ -132,7 +132,7 @@ static int vp2040_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(&vp2040_tda1002x_cu1216_config, | 135 | fe = dvb_attach(tda10021_attach, &vp2040_tda1002x_cu1216_config, |
136 | adapter, | 136 | adapter, |
137 | read_pwm(mantis)); | 137 | read_pwm(mantis)); |
138 | 138 | ||
@@ -141,7 +141,7 @@ static int vp2040_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 | vp2040_tda1002x_cu1216_config.demod_address); | 142 | vp2040_tda1002x_cu1216_config.demod_address); |
143 | } else { | 143 | } else { |
144 | fe = tda10023_attach(&vp2040_tda10023_cu1216_config, | 144 | fe = dvb_attach(tda10023_attach, &vp2040_tda10023_cu1216_config, |
145 | adapter, | 145 | adapter, |
146 | read_pwm(mantis)); | 146 | read_pwm(mantis)); |
147 | 147 | ||