summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_hif.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 05:15:10 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:35 -0200
commitac23f4c86c3c901f95d72fc2262b22e6230d4feb (patch)
treead14a22c7245683d12a968cc83d10a7af270000f /drivers/media/dvb/mantis/mantis_hif.c
parentea30d81a9634cb4c13bbef46877f0d7730c57552 (diff)
downloadop-kernel-dev-ac23f4c86c3c901f95d72fc2262b22e6230d4feb.zip
op-kernel-dev-ac23f4c86c3c901f95d72fc2262b22e6230d4feb.tar.gz
V4L/DVB (13749): [Mantis CA] CA_SLAVE: Do not change Slave Configuration setup
(Need to sanitize this cleanly for different Slaves) Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_hif.c')
-rw-r--r--drivers/media/dvb/mantis/mantis_hif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.c b/drivers/media/dvb/mantis/mantis_hif.c
index 9e058be..d18fe41 100644
--- a/drivers/media/dvb/mantis/mantis_hif.c
+++ b/drivers/media/dvb/mantis/mantis_hif.c
@@ -171,9 +171,11 @@ int mantis_hif_write_iom(struct mantis_ca *ca, u32 addr, u8 data)
int mantis_hif_init(struct mantis_ca *ca)
{
+ struct mantis_slot *slot = ca->slot;
struct mantis_pci *mantis = ca->ca_priv;
u32 irqcfg;
+ slot[0].slave_cfg = 0x70773028;
dprintk(verbose, MANTIS_ERROR, 1, "Adapter(%d) Initializing Mantis Host Interface", mantis->num);
init_waitqueue_head(&ca->hif_data_wq);
init_waitqueue_head(&ca->hif_opdone_wq);
OpenPOWER on IntegriCloud