diff options
-rw-r--r-- | drivers/media/dvb/frontends/tda18271-fe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c index e8f4ac2325da..aecc0a5ac7b3 100644 --- a/drivers/media/dvb/frontends/tda18271-fe.c +++ b/drivers/media/dvb/frontends/tda18271-fe.c | |||
@@ -584,7 +584,10 @@ static int tda18271_set_params(struct dvb_frontend *fe, | |||
584 | __FUNCTION__); | 584 | __FUNCTION__); |
585 | return -EINVAL; | 585 | return -EINVAL; |
586 | } | 586 | } |
587 | #if 0 | ||
588 | /* userspace request is already center adjusted */ | ||
587 | freq += 1750000; /* Adjust to center (+1.75MHZ) */ | 589 | freq += 1750000; /* Adjust to center (+1.75MHZ) */ |
590 | #endif | ||
588 | bw = 6000000; | 591 | bw = 6000000; |
589 | } else if (fe->ops.info.type == FE_OFDM) { | 592 | } else if (fe->ops.info.type == FE_OFDM) { |
590 | switch (params->u.ofdm.bandwidth) { | 593 | switch (params->u.ofdm.bandwidth) { |