From: Manu Abraham Date: Mon, 15 Oct 2007 17:39:58 +0000 (-0300) Subject: V4L/DVB (9423): Though insignificant, removes an unnecessary read of the LOCK_LOSS... X-Git-Tag: v2.6.29-rc1~556^2~521 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c1f0ce22283f983f1840c0594d7ad869a51b25b7;p=~emulex%2Finfiniband.git V4L/DVB (9423): Though insignificant, removes an unnecessary read of the LOCK_LOSS register, which should have happenend in the DVB-S2 mode only, but reading it as it is for the other delivery systems causes nothing to say but LOCK_LOST, which just causes confusion amongst users. Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c index 6e6373002b6..b76bb494e15 100644 --- a/drivers/media/dvb/frontends/stb0899_drv.c +++ b/drivers/media/dvb/frontends/stb0899_drv.c @@ -1842,10 +1842,6 @@ static int stb0899_track(struct dvb_frontend *fe, struct dvbfe_params *params, i struct stb0899_state *state = fe->demodulator_priv; struct stb0899_internal *internal = &state->internal; - lock_lost = STB0899_READ_S2REG(STB0899_S2DEMOD, LOCK_LOST); - dprintk(verbose, FE_DEBUG, 1, "Lock Lost=[0x%02x]\n", lock_lost); - if (STB0899_GETFIELD(LOCK_LOST, lock_lost)) - dprintk(verbose, FE_ERROR, 1, "Demodulator LOST LOCK !\n"); *delay = HZ/10;