summaryrefslogtreecommitdiff
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-21 21:31:14 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-21 15:44:33 (GMT)
commit6da347065062d28de035c01b298c6aebab2723fb (patch)
tree425f1f8164f992b5ee3a543f30e1f478b3178480 /drivers/media/common
parent71d676345698b275955b2584803ae550972249e5 (diff)
downloadlinux-6da347065062d28de035c01b298c6aebab2723fb.tar.xz
[media] az6007: Fix compilation troubles at az6007
Some changes are needed, in order to make az6007 compile with the upstream tree. Most of the changes are due to the upstream drxk module. Even allowing its compilation, the driver is not working yet. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/mt2063.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c
index c89af3c..7bbf25d 100644
--- a/drivers/media/common/tuners/mt2063.c
+++ b/drivers/media/common/tuners/mt2063.c
@@ -350,7 +350,7 @@ static int MT2063_Sleep(struct dvb_frontend *fe)
/*
* ToDo: Add code here to implement a OS blocking
*/
- msleep(10);
+ msleep(100);
return 0;
}