Browse Source

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>
Manu Abraham 19 years ago
parent
commit
70d906354f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/media/dvb/dvb-core/dvb_frontend.c

+ 2 - 1
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);
 	}