diff options
Diffstat (limited to 'drivers/media/dvb/frontends/mt2060.c')
-rw-r--r-- | drivers/media/dvb/frontends/mt2060.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/mt2060.c b/drivers/media/dvb/frontends/mt2060.c index aa92c1c51e6d..618da4bafbb2 100644 --- a/drivers/media/dvb/frontends/mt2060.c +++ b/drivers/media/dvb/frontends/mt2060.c | |||
@@ -278,7 +278,7 @@ static void mt2060_calibrate(struct mt2060_state *state) | |||
278 | 278 | ||
279 | if (i < 10) { | 279 | if (i < 10) { |
280 | mt2060_readreg(state, REG_FM_FREQ, &state->fmfreq); // now find out, what is fmreq used for :) | 280 | mt2060_readreg(state, REG_FM_FREQ, &state->fmfreq); // now find out, what is fmreq used for :) |
281 | dprintk("calibration was successful: %d",state->fmfreq); | 281 | dprintk("calibration was successful: %d", state->fmfreq); |
282 | } else | 282 | } else |
283 | dprintk("FMCAL timed out"); | 283 | dprintk("FMCAL timed out"); |
284 | } | 284 | } |