Skip to content

Commit

Permalink
V4L/DVB (9477): Fix: Commit 9344 breaks tning of cx24123
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Matthias Schwarzott authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 7bcbdf3 commit f7c9bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ static int dvb_frontend_thread(void *data)

if (fepriv->state & FESTATE_RETUNE) {
dprintk("%s: Retune requested, FESTATE_RETUNE\n", __func__);
params = &fepriv->parameters;
fepriv->state = FESTATE_TUNED;
}

Expand Down

0 comments on commit f7c9bf9

Please sign in to comment.