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_vp1041.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_vp1041.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1041.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp1041.c b/drivers/media/dvb/mantis/mantis_vp1041.c index d1aa2bc0c155..38a436ca2fdf 100644 --- a/drivers/media/dvb/mantis/mantis_vp1041.c +++ b/drivers/media/dvb/mantis/mantis_vp1041.c | |||
@@ -316,14 +316,14 @@ static int vp1041_frontend_init(struct mantis_pci *mantis, struct dvb_frontend * | |||
316 | if (err == 0) { | 316 | if (err == 0) { |
317 | mantis_frontend_soft_reset(mantis); | 317 | mantis_frontend_soft_reset(mantis); |
318 | msleep(250); | 318 | msleep(250); |
319 | mantis->fe = stb0899_attach(&vp1041_stb0899_config, adapter); | 319 | mantis->fe = dvb_attach(stb0899_attach, &vp1041_stb0899_config, adapter); |
320 | if (mantis->fe) { | 320 | if (mantis->fe) { |
321 | dprintk(MANTIS_ERROR, 1, | 321 | dprintk(MANTIS_ERROR, 1, |
322 | "found STB0899 DVB-S/DVB-S2 frontend @0x%02x", | 322 | "found STB0899 DVB-S/DVB-S2 frontend @0x%02x", |
323 | vp1041_stb0899_config.demod_address); | 323 | vp1041_stb0899_config.demod_address); |
324 | 324 | ||
325 | if (stb6100_attach(mantis->fe, &vp1041_stb6100_config, adapter)) { | 325 | if (dvb_attach(stb6100_attach, mantis->fe, &vp1041_stb6100_config, adapter)) { |
326 | if (!lnbp21_attach(mantis->fe, adapter, 0, 0)) | 326 | if (!dvb_attach(lnbp21_attach, mantis->fe, adapter, 0, 0)) |
327 | dprintk(MANTIS_ERROR, 1, "No LNBP21 found!"); | 327 | dprintk(MANTIS_ERROR, 1, "No LNBP21 found!"); |
328 | } | 328 | } |
329 | } else { | 329 | } else { |