diff options
author | Andy Walls <awalls@md.metrocast.net> | 2011-01-12 20:50:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-19 08:46:02 -0500 |
commit | 86e52428eed0507a11ba03c5de731c763bd88480 (patch) | |
tree | d0e06685b9b21ab908bb4ec4cd22f4793d06acab /drivers | |
parent | 22f37712f29868b393025aa28bee807b4d2783ea (diff) |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/lirc/lirc_zilog.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/lirc/lirc_zilog.c b/drivers/staging/lirc/lirc_zilog.c index ad29bb1275ab..bf81e3fddf80 100644 --- a/drivers/staging/lirc/lirc_zilog.c +++ b/drivers/staging/lirc/lirc_zilog.c | |||
@@ -1195,9 +1195,8 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id) | |||
1195 | int ret; | 1195 | int ret; |
1196 | int have_rx = 0, have_tx = 0; | 1196 | int have_rx = 0, have_tx = 0; |
1197 | 1197 | ||
1198 | dprintk("%s: adapter name (%s) nr %d, i2c_device_id name (%s), " | 1198 | dprintk("%s: %s on i2c-%d (%s), client addr=0x%02x\n", |
1199 | "client addr=0x%02x\n", | 1199 | __func__, id->name, adap->nr, adap->name, client->addr); |
1200 | __func__, adap->name, adap->nr, id->name, client->addr); | ||
1201 | 1200 | ||
1202 | /* | 1201 | /* |
1203 | * FIXME - This probe function probes both the Tx and Rx | 1202 | * FIXME - This probe function probes both the Tx and Rx |