]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
V4L/DVB (7752): tuner-core: add a missing \n after a debug printk
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 26 Apr 2008 17:04:10 +0000 (14:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 29 Apr 2008 21:41:33 +0000 (18:41 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-core.c

index 2b72e10e6b9f3274c1f6408f0625fc437706a10d..24ae2bc516ab9b48529e73bb70c3e9f2c8b4a2f9 100644 (file)
@@ -730,8 +730,10 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
        struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops;
        struct analog_demod_ops *analog_ops = &t->fe.ops.analog_ops;
 
-       if (tuner_debug>1)
+       if (tuner_debug > 1) {
                v4l_i2c_print_ioctl(client,cmd);
+               printk("\n");
+       }
 
        switch (cmd) {
        /* --- configuration --- */