From 6bdfe43958a6e5724e1419abcf467c4cb632c872 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Tue, 3 Oct 2017 20:49:45 +0200 Subject: [PATCH] remove accidentally committed test code --- frontends/stv0910.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index 2bc63e8..772a5b5 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -849,12 +849,10 @@ static int init_search_param(struct stv *state) read_reg(state, RSTV0910_P2_PDELCTRL1 + state->regoff, &tmp); tmp |= 0x20; // Filter_en (no effect if SIS=non-MIS - tmp &= ~0x20; // Filter_en (no effect if SIS=non-MIS write_reg(state, RSTV0910_P2_PDELCTRL1 + state->regoff, tmp); read_reg(state, RSTV0910_P2_PDELCTRL2 + state->regoff, &tmp); tmp &= ~0x02; // frame mode = 0 - tmp |= 0x80; // frame mode = 0 write_reg(state, RSTV0910_P2_PDELCTRL2 + state->regoff, tmp); write_reg(state, RSTV0910_P2_UPLCCST0 + state->regoff, 0xe0);