[DVB patch 31/37] DST: fix for descrambling failure

From: Johannes Stezenbach
Date: Sun May 08 2005 - 15:36:45 EST


fix for descrambling failure (Dominique Dumont, Manu Abraham)

Signed-off-by: Johannes Stezenbach <js@xxxxxxxxxxx>
---

drivers/media/dvb/bt8xx/dst.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.12-rc4/drivers/media/dvb/bt8xx/dst.c
===================================================================
--- linux-2.6.12-rc4.orig/drivers/media/dvb/bt8xx/dst.c 2005-05-08 18:13:44.000000000 +0200
+++ linux-2.6.12-rc4/drivers/media/dvb/bt8xx/dst.c 2005-05-08 18:13:49.000000000 +0200
@@ -198,7 +198,7 @@ int dst_wait_dst_ready(struct dst_state
dprintk("%s: dst wait ready after %d\n", __FUNCTION__, i);
return 1;
}
- msleep(35);
+ msleep(10);
}
if (verbose > 1)
dprintk("%s: dst wait NOT ready after %d\n", __FUNCTION__, i);

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/