mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
[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: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
22f37712f2
commit
86e52428ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user