forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
3308e2b53a
commit
eeecd0caaf
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user