V4L/DVB (13704): [MB86A16] FIX: Don't loop again, if we have SYNC

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Manu Abraham 2009-12-02 22:02:19 -03:00 committed by Mauro Carvalho Chehab
parent 776c3ebe96
commit 071e3060a5

View file

@ -1487,6 +1487,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state)
if (sync) {
dprintk(verbose, MB86A16_INFO, 1, "******* SYNC *******");
freqerr_chk(state, state->frequency, state->srate, 1);
break;
}
}