提交 397be5c4 编写于 作者: M Mauro Carvalho Chehab

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

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 4bf1226a
...@@ -730,8 +730,10 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) ...@@ -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 dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops;
struct analog_demod_ops *analog_ops = &t->fe.ops.analog_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); v4l_i2c_print_ioctl(client,cmd);
printk("\n");
}
switch (cmd) { switch (cmd) {
/* --- configuration --- */ /* --- configuration --- */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册