From 5c7ee9e2de2f5cc916a21e58a247b4ad24149370 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Fri, 4 Dec 2009 05:15:10 -0300 Subject: [PATCH] --- yaml --- r: 179487 b: refs/heads/master c: ac23f4c86c3c901f95d72fc2262b22e6230d4feb h: refs/heads/master i: 179485: 8fe4d4c55d8840752a298646c2bb379a29a12d8c 179483: 520bde50d3ee83a01a10e0a21a7013d4c80a619f 179479: 50479740ab707b2fbc8fb7eca28add36db1c2784 179471: 31161347cea3f5e26b844e84bb0383653d2145d4 179455: 26c72112bf8345d9116cca2ae064299e6f039d96 v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/mantis/mantis_hif.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 82247b57b8a3..b7aa34e2f262 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea30d81a9634cb4c13bbef46877f0d7730c57552 +refs/heads/master: ac23f4c86c3c901f95d72fc2262b22e6230d4feb diff --git a/trunk/drivers/media/dvb/mantis/mantis_hif.c b/trunk/drivers/media/dvb/mantis/mantis_hif.c index 9e058be8726e..d18fe4152449 100644 --- a/trunk/drivers/media/dvb/mantis/mantis_hif.c +++ b/trunk/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);