Commit 071e3060 authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 776c3ebe
...@@ -1487,6 +1487,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state) ...@@ -1487,6 +1487,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state)
if (sync) { if (sync) {
dprintk(verbose, MB86A16_INFO, 1, "******* SYNC *******"); dprintk(verbose, MB86A16_INFO, 1, "******* SYNC *******");
freqerr_chk(state, state->frequency, state->srate, 1); freqerr_chk(state, state->frequency, state->srate, 1);
break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment