aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/mt2060.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-08-08 15:48:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 11:53:43 -0300
commit825d51ef9ed956d896244f82b02988d370a7e47e (patch)
tree40d3b77300b4fe46ba2a56ad3121bd533550abde /drivers/media/dvb/frontends/mt2060.c
parenta841e1f6d153c72e29802a33520f2c862792f7b0 (diff)
V4L/DVB: MT2060: Code cleanups, adding to new build-mechanism
Some minor code cleanups and added the MT2060 to new v4l-dvb-build-system, preliminarily under dvb/frontends. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt2060.c')
-rw-r--r--drivers/media/dvb/frontends/mt2060.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/mt2060.c b/drivers/media/dvb/frontends/mt2060.c
index aa92c1c51e6..618da4bafbb 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)
if (i < 10) {
mt2060_readreg(state, REG_FM_FREQ, &state->fmfreq); // now find out, what is fmreq used for :)
- dprintk("calibration was successful: %d",state->fmfreq);
+ dprintk("calibration was successful: %d", state->fmfreq);
} else
dprintk("FMCAL timed out");
}