Skip to content

Commit

Permalink
[media] mt2063: fix get_if_frequency call
Browse files Browse the repository at this point in the history
[mchehab@redhat.com: patch rebased to apply]
Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed Jan 5, 2012
1 parent 3308e2b commit eeecd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 eeecd0c

Please sign in to comment.