dvb: fix mistake in dvr close commit (wasn't restarting thread)

This commit is contained in:
Adam Sutton 2013-03-10 19:18:21 +00:00
parent 271165a4c5
commit 1c9e85b326

View file

@ -434,8 +434,7 @@ dvb_fe_tune(th_dvb_mux_instance_t *tdmi, const char *reason)
if(tda->tda_mux_current != NULL)
dvb_fe_stop(tda->tda_mux_current, 1);
else
dvb_adapter_start(tda);
dvb_adapter_start(tda);
if(tda->tda_type == FE_QPSK) {