Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124074
b: refs/heads/master
c: 7d8f1e5
h: refs/heads/master
v: v3
  • Loading branch information
Marko Schluessler authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 85cdc44 commit 23b2e0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 7e4e8c52e3f87a83ce967397bb389f75cb71742d
refs/heads/master: 7d8f1e57646d7121089ba21e270c1b390de9a17a
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ enum stb0899_status stb0899_dvbs_algo(struct stb0899_state *state)
struct stb0899_config *config = state->config;

u8 bclc, reg;
u8 cfr[1];
u8 cfr[2];
u8 eq_const[10];
s32 clnI = 3;
u32 bandwidth = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ static void stb0899_init_calc(struct stb0899_state *state)
{
struct stb0899_internal *internal = &state->internal;
int master_clk;
u8 agc[1];
u8 agc[2];
u8 agc1cn;
u32 reg;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,15 @@ static int stb6100_set_state(struct dvb_frontend *fe,
switch (param) {
case DVBFE_TUNER_FREQUENCY:
stb6100_set_frequency(fe, state->frequency);
state->frequency = tstate->frequency;
tstate->frequency = state->frequency;
break;
case DVBFE_TUNER_TUNERSTEP:
break;
case DVBFE_TUNER_IFFREQ:
break;
case DVBFE_TUNER_BANDWIDTH:
stb6100_set_bandwidth(fe, state->bandwidth);
state->bandwidth = tstate->bandwidth;
tstate->bandwidth = state->bandwidth;
break;
case DVBFE_TUNER_REFCLOCK:
break;
Expand Down

0 comments on commit 23b2e0a

Please sign in to comment.