Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179440
b: refs/heads/master
c: e15c7cc
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent ddc2537 commit bf04fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: b05c90de08b582172b8f63dd751ac0a1aee421e9
refs/heads/master: e15c7ccd31faa0618478ad78e11423891919a87e
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/frontends/mb86a16.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ static int signal_det(struct mb86a16_state *state,
int ret ;
int smrtd ;
int wait_sym ;
int wait_t ;

u32 wait_t;
unsigned char S[3] ;
int i ;

Expand Down Expand Up @@ -1429,6 +1430,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state)
S2T = 7; S4T = 2; S5T = 8; ETH = 7; VIA = 2;
wait_t = 7 + (2097152 + state->srate / 2) / state->srate;
}
wait_t *= 2; /* FOS */
S2T_set(state, S2T);
S45T_set(state, S4T, S5T);
Vi_set(state, ETH, VIA);
Expand Down

0 comments on commit bf04fdc

Please sign in to comment.