提交 eeecd0ca 编写于 作者: S Stefan Ringel 提交者: Mauro Carvalho Chehab

[media] mt2063: fix get_if_frequency call

[mchehab@redhat.com: patch rebased to apply]
Signed-off-by: NStefan Ringel <linuxtv@stefanringel.de>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 3308e2b5
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册