Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeecd0ca authored by Stefan Ringel's avatar Stefan Ringel Committed by Mauro Carvalho Chehab
Browse files

[media] mt2063: fix get_if_frequency call



[mchehab@redhat.com: patch rebased to apply]
Signed-off-by: default avatarStefan Ringel <linuxtv@stefanringel.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3308e2b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);