Browse Source

[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>
Stefan Ringel 13 years ago
parent
commit
eeecd0caaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/common/tuners/mt2063.c

+ 1 - 1
drivers/media/common/tuners/mt2063.c

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