linuxdvb: remove the wrong assert in mux stop (lfe_in_setup)
This commit is contained in:
parent
3240a8eabc
commit
7863fc923d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue