From: Jaroslav Kysela Date: Tue, 9 Sep 2014 12:05:22 +0000 (+0200) Subject: linuxdvb: remove the wrong assert in mux stop (lfe_in_setup) X-Git-Tag: v4.1~1417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7863fc923dd08e4f4cb442c74bcebf67b02bf2d1;p=thirdparty%2Ftvheadend.git linuxdvb: remove the wrong assert in mux stop (lfe_in_setup) --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c index 7129c64ba..be3cb32c0 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c @@ -289,13 +289,14 @@ linuxdvb_frontend_stop_mux lfe->lfe_ready = 0; lfe->lfe_locked = 0; lfe->lfe_status = 0; - assert(lfe->lfe_in_setup == 0); /* Ensure it won't happen immediately */ gtimer_arm(&lfe->lfe_monitor_timer, linuxdvb_frontend_monitor, lfe, 2); if (lfe->lfe_satconf) linuxdvb_satconf_post_stop_mux(lfe->lfe_satconf); + + lfe->lfe_in_setup = 0; } static int