This was added when a small error appeared in the upper end
frequencies in an old calculation.

Signed-off-by: Malcolm Priestley <tvbox...@gmail.com>
---
 drivers/media/dvb/frontends/m88rs2000.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/frontends/m88rs2000.c 
b/drivers/media/dvb/frontends/m88rs2000.c
index 9d29b40..033b89d 100644
--- a/drivers/media/dvb/frontends/m88rs2000.c
+++ b/drivers/media/dvb/frontends/m88rs2000.c
@@ -516,7 +516,6 @@ static int m88rs2000_set_tuner(struct dvb_frontend *fe)
                freq += c->frequency - 493000;
                freq /= 1000;
                freq *= 2;
-               freq += 1;
                lo |= 0x10;
        } else {
                freq = c->frequency - 986000;
-- 
1.7.5.4



--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to