summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/mt2063.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2011-07-21 23:31:14 +0200
committerMauro Carvalho Chehab2012-01-21 16:44:33 +0100
commit6da347065062d28de035c01b298c6aebab2723fb (patch)
tree425f1f8164f992b5ee3a543f30e1f478b3178480 /drivers/media/common/tuners/mt2063.c
parent[media] dvb: Add a new driver for az6007 (diff)
downloadkernel-qcow2-linux-6da347065062d28de035c01b298c6aebab2723fb.tar.gz
kernel-qcow2-linux-6da347065062d28de035c01b298c6aebab2723fb.tar.xz
kernel-qcow2-linux-6da347065062d28de035c01b298c6aebab2723fb.zip
[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/tuners/mt2063.c')
-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 c89af3cd5eba..7bbf25da3efe 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;
}