diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb/dib0700_devices.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/dib0700_devices.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c index 92098c1b78e5..366b05529915 100644 --- a/drivers/media/usb/dvb-usb/dib0700_devices.c +++ b/drivers/media/usb/dvb-usb/dib0700_devices.c | |||
@@ -1677,10 +1677,10 @@ static int dib8096_set_param_override(struct dvb_frontend *fe) | |||
1677 | return -EINVAL; | 1677 | return -EINVAL; |
1678 | } | 1678 | } |
1679 | 1679 | ||
1680 | /** Update PLL if needed ratio **/ | 1680 | /* Update PLL if needed ratio */ |
1681 | state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, 0); | 1681 | state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, 0); |
1682 | 1682 | ||
1683 | /** Get optimize PLL ratio to remove spurious **/ | 1683 | /* Get optimize PLL ratio to remove spurious */ |
1684 | pll_ratio = dib8090_compute_pll_parameters(fe); | 1684 | pll_ratio = dib8090_compute_pll_parameters(fe); |
1685 | if (pll_ratio == 17) | 1685 | if (pll_ratio == 17) |
1686 | timf = 21387946; | 1686 | timf = 21387946; |
@@ -1691,7 +1691,7 @@ static int dib8096_set_param_override(struct dvb_frontend *fe) | |||
1691 | else | 1691 | else |
1692 | timf = 18179756; | 1692 | timf = 18179756; |
1693 | 1693 | ||
1694 | /** Update ratio **/ | 1694 | /* Update ratio */ |
1695 | state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, pll_ratio); | 1695 | state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, pll_ratio); |
1696 | 1696 | ||
1697 | state->dib8000_ops.ctrl_timf(fe, DEMOD_TIMF_SET, timf); | 1697 | state->dib8000_ops.ctrl_timf(fe, DEMOD_TIMF_SET, timf); |
@@ -3357,7 +3357,7 @@ static int novatd_sleep_override(struct dvb_frontend* fe) | |||
3357 | return state->sleep(fe); | 3357 | return state->sleep(fe); |
3358 | } | 3358 | } |
3359 | 3359 | ||
3360 | /** | 3360 | /* |
3361 | * novatd_frontend_attach - Nova-TD specific attach | 3361 | * novatd_frontend_attach - Nova-TD specific attach |
3362 | * | 3362 | * |
3363 | * Nova-TD has GPIO0, 1 and 2 for LEDs. So do not fiddle with them except for | 3363 | * Nova-TD has GPIO0, 1 and 2 for LEDs. So do not fiddle with them except for |