summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb6100.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2008-10-28 17:50:01 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 20:53:25 +0100
commitda40b59305f373d386435ece69244c570e3954b6 (patch)
tree92270a347fd85f6b88ccee062e3e0c65a40b06cf /drivers/media/dvb/frontends/stb6100.c
parentV4L/DVB (9474): cx18: Remove redundant block scope variable in cx18_probe() f... (diff)
downloadlinux-da40b59305f373d386435ece69244c570e3954b6.tar.xz
linux-da40b59305f373d386435ece69244c570e3954b6.zip
V4L/DVB (9479): Wait for a maximum of 100mS
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb6100.c')
-rw-r--r--drivers/media/dvb/frontends/stb6100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb6100.c b/drivers/media/dvb/frontends/stb6100.c
index 56e3ef1e6523..ff39275ab49c 100644
--- a/drivers/media/dvb/frontends/stb6100.c
+++ b/drivers/media/dvb/frontends/stb6100.c
@@ -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;
}