mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue