Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285668
b: refs/heads/master
c: eeecd0c
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed Jan 5, 2012
1 parent 4d13c4f commit c950772
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: 3308e2b53a6737d28782c89e6d2dd80237fde3e3
refs/heads/master: eeecd0caaf9ce13ecd34187efae993d59a156135
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/mt2063.c
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ static int mt2063_get_if_frequency(struct dvb_frontend *fe, u32 *freq)
if (!state->init)
return -ENODEV;

*freq = state->reference * 1000;
*freq = state->AS_Data.f_out;

dprintk(1, "IF frequency: %d\n", *freq);

Expand Down

0 comments on commit c950772

Please sign in to comment.