dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (7752): tuner-core: add a missing \n after a debug printk

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab 2008-04-26 14:04:10 -03:00
parent 4bf1226a70
commit 397be5c4d6
1 changed files with 3 additions and 1 deletions

View 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 --- */