V4L/DVB (9479): Wait for a maximum of 100mS
authorManu Abraham <abraham.manu@gmail.com>
Tue, 28 Oct 2008 16:50:01 +0000 (13:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:25 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stb6100.c

index 56e3ef1..ff39275 100644 (file)
@@ -406,7 +406,7 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
        if ((rc = stb6100_write_reg_range(state, &regs[1], 1, STB6100_NUMREGS - 3)) < 0)
                return rc;
 
-       msleep(30);
+       msleep(100);
 
        return 0;
 }