The patch number 9479 was added via Manu Abraham <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Manu Abraham  <[EMAIL PROTECTED]>
Wait for a maximum of 100mS


Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>


---

 linux/drivers/media/dvb/frontends/stb6100.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 5837b4aef472 -r d40d755b5163 linux/drivers/media/dvb/frontends/stb6100.c
--- a/linux/drivers/media/dvb/frontends/stb6100.c       Tue Oct 28 13:11:24 
2008 +0400
+++ b/linux/drivers/media/dvb/frontends/stb6100.c       Tue Oct 28 20:50:01 
2008 +0400
@@ -413,7 +413,7 @@ static int stb6100_set_frequency(struct 
        if ((rc = stb6100_write_reg_range(state, &regs[1], 1, STB6100_NUMREGS - 
3)) < 0)
                return rc;
 
-       msleep(30);
+       msleep(100);
 
        return 0;
 }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/d40d755b516336678a069679968a4758a3b414e9

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to