Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306520
b: refs/heads/master
c: 5444a1b
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 20, 2012
1 parent f85e2e9 commit 3c8bed3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 10d67371fc6e7d4e3b869166843ba174763fe5aa
refs/heads/master: 5444a1b76b3eb7e0acdaece07cfe2e2a4305bb77
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/frontends/lg2160.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ static int lg216x_set_ensemble(struct lg216x_state *state, int id)
reg = 0x0400;
break;
case LG2161:
default:
reg = 0x0500;
break;
}
Expand Down Expand Up @@ -1321,19 +1322,20 @@ static int lg216x_read_signal_strength(struct dvb_frontend *fe,

static int lg216x_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
{
#if 0
struct lg216x_state *state = fe->demodulator_priv;
int ret;
#if 0

ret = lg216x_read_rs_err_count(state,
&fe->dtv_property_cache.atscmh_rs_err);
if (lg_fail(ret))
goto fail;

*ucblocks = fe->dtv_property_cache.atscmh_rs_err;
fail:
#else
*ucblocks = 0;
#endif
fail:
return 0;
}

Expand Down

0 comments on commit 3c8bed3

Please sign in to comment.