diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 09:38:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 09:38:44 -0300 |
commit | eb956e31a6e71b9ad7f8ea8f2c76623a5c2f0ba6 (patch) | |
tree | df2b6ec1c6b3876eafa8afbf7eac53235b30799b /linux | |
parent | e6ee7183cea54ca0637f730de3d22fef5029031f (diff) | |
parent | a828d0714cf9136eeff2cf8b725af54068f78341 (diff) | |
download | mediapointer-dvb-s2-eb956e31a6e71b9ad7f8ea8f2c76623a5c2f0ba6.tar.gz mediapointer-dvb-s2-eb956e31a6e71b9ad7f8ea8f2c76623a5c2f0ba6.tar.bz2 |
merge: http://linuxtv.org/hg/~manu/v4l-algo
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c index 32c7f42c7..76002d433 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -576,10 +576,9 @@ 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); } if (dvb_shutdown_timeout) { |