diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-26 13:04:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 17:41:33 -0400 |
commit | 397be5c4d66e6583ce3d38b0f99a56eb9818492b (patch) | |
tree | 77287952bfa488962d4f34c38fb1ddae31dc64d2 /drivers/media | |
parent | 4bf1226a7018bf79d05e0ce59244d702819529d1 (diff) |
V4L/DVB (7752): tuner-core: add a missing \n after a debug printk
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tuner-core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 2b72e10e6b9f..24ae2bc516ab 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -730,8 +730,10 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
730 | struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; | 730 | struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; |
731 | struct analog_demod_ops *analog_ops = &t->fe.ops.analog_ops; | 731 | struct analog_demod_ops *analog_ops = &t->fe.ops.analog_ops; |
732 | 732 | ||
733 | if (tuner_debug>1) | 733 | if (tuner_debug > 1) { |
734 | v4l_i2c_print_ioctl(client,cmd); | 734 | v4l_i2c_print_ioctl(client,cmd); |
735 | printk("\n"); | ||
736 | } | ||
735 | 737 | ||
736 | switch (cmd) { | 738 | switch (cmd) { |
737 | /* --- configuration --- */ | 739 | /* --- configuration --- */ |