Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271870
b: refs/heads/master
c: 699cc19
h: refs/heads/master
v: v3
  • Loading branch information
Lutz Sammer authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent 9b66d5c commit 61a28b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 810fda9bccc6513856346a9a714cf951d569cd35
refs/heads/master: 699cc1962c85351689c27dd46e598e4204fdd105
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1426,9 +1426,9 @@ static void stb0899_set_iterations(struct stb0899_state *state)
if (iter_scale > config->ldpc_max_iter)
iter_scale = config->ldpc_max_iter;

reg = STB0899_READ_S2REG(STB0899_S2DEMOD, MAX_ITER);
reg = STB0899_READ_S2REG(STB0899_S2FEC, MAX_ITER);
STB0899_SETFIELD_VAL(MAX_ITERATIONS, reg, iter_scale);
stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_MAX_ITER, STB0899_OFF0_MAX_ITER, reg);
stb0899_write_s2reg(state, STB0899_S2FEC, STB0899_BASE_MAX_ITER, STB0899_OFF0_MAX_ITER, reg);
}

static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
Expand Down

0 comments on commit 61a28b3

Please sign in to comment.