Browse Source

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>
Manu Abraham 15 years ago
parent
commit
071e3060a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/dvb/frontends/mb86a16.c

+ 1 - 0
drivers/media/dvb/frontends/mb86a16.c

@@ -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;
 		}
 	}