Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65685
b: refs/heads/master
c: 92b3c1e
h: refs/heads/master
i:
  65683: 15343fb
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 849c3a2 commit ca7a7ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 1fab46f0decd226fcbae73b23d7f8ed478416fbb
refs/heads/master: 92b3c1ec128695e606fc435d0b68902105d585bb
6 changes: 0 additions & 6 deletions trunk/drivers/media/dvb/frontends/tda10023.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ static int tda10023_set_symbolrate (struct tda10023_state* state, u32 sr)
s16 SFIL=0;
u16 NDEC = 0;

if (sr > (SYSCLK/(2*4)))
sr=SYSCLK/(2*4);

if (sr<870000)
sr=870000;

if (sr < (u32)(SYSCLK/98.40)) {
NDEC=3;
SFIL=1;
Expand Down

0 comments on commit ca7a7ac

Please sign in to comment.