dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] dvb: DST: fix for descrambling failure

fix for descrambling failure (Dominique Dumont, Manu Abraham)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Johannes Stezenbach 2005-05-16 21:54:44 -07:00 committed by Linus Torvalds
parent 8385e46fbf
commit b46dd4456f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode)
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);