Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73147
b: refs/heads/master
c: 195ccf6
h: refs/heads/master
i:
  73145: 8f1bfad
  73143: 4b9300a
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Nov 4, 2007
1 parent da2a1cd commit 9af544f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dd7d5013cdad2efe7ddbb3f77728cfe0ce295e5b
refs/heads/master: 195ccf67738f41eae557ba0322b33b15a39fd88f
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/mt2131.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int mt2131_set_params(struct dvb_frontend *fe,
f_lo1 = (f_lo1 / 250) * 250;
f_lo2 = f_lo1 - freq - MT2131_IF2;

priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000,
priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000;

/* Frequency LO1 = 16MHz * (DIV1 + NUM1/8192 ) */
num1 = f_lo1 * 64 / (MT2131_FREF / 128);
Expand Down

0 comments on commit 9af544f

Please sign in to comment.