aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb-frontends/helene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/helene.c b/drivers/media/dvb-frontends/helene.c
index 98099db12d67..f385ebd2e7a7 100644
--- a/drivers/media/dvb-frontends/helene.c
+++ b/drivers/media/dvb-frontends/helene.c
@@ -522,7 +522,7 @@ static int helene_set_params_s(struct dvb_frontend *fe)
522 enum helene_tv_system_t tv_system; 522 enum helene_tv_system_t tv_system;
523 struct dtv_frontend_properties *p = &fe->dtv_property_cache; 523 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
524 struct helene_priv *priv = fe->tuner_priv; 524 struct helene_priv *priv = fe->tuner_priv;
525 int frequencykHz = p->frequency / 1000; 525 int frequencykHz = p->frequency;
526 uint32_t frequency4kHz = 0; 526 uint32_t frequency4kHz = 0;
527 u32 symbol_rate = p->symbol_rate/1000; 527 u32 symbol_rate = p->symbol_rate/1000;
528 528