1
0
Fork 0

[media] mt2063: fix get_if_frequency call

[mchehab@redhat.com: patch rebased to apply]
Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Stefan Ringel 2011-12-17 16:57:15 -03:00 committed by Mauro Carvalho Chehab
parent 3308e2b53a
commit eeecd0caaf
1 changed files with 1 additions and 1 deletions

View File

@ -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);