Skip to content

Commit

Permalink
V4L/DVB (7752): tuner-core: add a missing \n after a debug printk
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 29, 2008
1 parent 4bf1226 commit 397be5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 --- */
Expand Down

0 comments on commit 397be5c

Please sign in to comment.