提交 86e52428 编写于 作者: A Andy Walls 提交者: Mauro Carvalho Chehab

[media] lirc_zilog: Reword debug message in ir_probe()

Jean Delvare <khali@linux-fr.org> suggested this better
format for debug output in ir_probe().
Signed-off-by: NAndy Walls <awalls@md.metrocast.net>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 22f37712
......@@ -1195,9 +1195,8 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
int ret;
int have_rx = 0, have_tx = 0;
dprintk("%s: adapter name (%s) nr %d, i2c_device_id name (%s), "
"client addr=0x%02x\n",
__func__, adap->name, adap->nr, id->name, client->addr);
dprintk("%s: %s on i2c-%d (%s), client addr=0x%02x\n",
__func__, id->name, adap->nr, adap->name, client->addr);
/*
* FIXME - This probe function probes both the Tx and Rx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册