summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-30 10:04:07 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-30 10:04:07 -0300
commit9e65e696c376780c30950a89b1a7ce8b6d4f65e3 (patch)
tree7fbb619b5fc070fa13331df0b81cc0d962172cfb
parentd0e72a04e4e692f7aa589745abd2da9258168870 (diff)
parent67d998d12417fc1f0818e34582a3857cccdec6f5 (diff)
downloadmediapointer-dvb-s2-9e65e696c376780c30950a89b1a7ce8b6d4f65e3.tar.gz
mediapointer-dvb-s2-9e65e696c376780c30950a89b1a7ce8b6d4f65e3.tar.bz2
merge: http://www.linuxtv.org/hg/~manu/v4l-algo
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index b3dff8699..0102f5a15 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -576,7 +576,8 @@ static int dvb_frontend_thread(void *data)
dvb_frontend_add_event(fe, s);
fepriv->status = s;
}
- }
+ } else
+ dvb_frontend_swzigzag(fe);
} else
dvb_frontend_swzigzag(fe);
}