|
@@ -2568,12 +2568,14 @@ int dvb_frontend_resume(struct dvb_frontend *fe)
|
|
|
dev_dbg(fe->dvb->device, "%s: adap=%d fe=%d\n", __func__, fe->dvb->num,
|
|
|
fe->id);
|
|
|
|
|
|
+ fe->exit = DVB_FE_DEVICE_RESUME;
|
|
|
if (fe->ops.init)
|
|
|
ret = fe->ops.init(fe);
|
|
|
|
|
|
if (fe->ops.tuner_ops.init)
|
|
|
ret = fe->ops.tuner_ops.init(fe);
|
|
|
|
|
|
+ fe->exit = DVB_FE_NO_EXIT;
|
|
|
fepriv->state = FESTATE_RETUNE;
|
|
|
dvb_frontend_wakeup(fe);
|
|
|
|