diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 18:31:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-21 13:44:33 -0200 |
commit | 6da347065062d28de035c01b298c6aebab2723fb (patch) | |
tree | 425f1f8164f992b5ee3a543f30e1f478b3178480 /drivers/media/common | |
parent | 71d676345698b275955b2584803ae550972249e5 (diff) | |
download | blackbird-op-linux-6da347065062d28de035c01b298c6aebab2723fb.tar.gz blackbird-op-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')
-rw-r--r-- | drivers/media/common/tuners/mt2063.c | 2 |
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; } |