aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2006-06-29 22:05:23 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-30 15:59:43 -0300
commit70d906354fd7fe3956366ade15ab36d6b7aed971 (patch)
tree7a1c941f0f2e216a5693d5b1385e8a6091f03f51
parent00e158d52a8107ebcb0eaee6442267927f149b3b (diff)
downloadlinux-70d906354fd7fe3956366ade15ab36d6b7aed971.tar.gz
V4L/DVB (4282): Fix: use swzigzag for swalgo
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
index 1dc7d29a3bb907..59ac35ddd51ef6 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -570,7 +570,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);
}