Skip to content

Commit

Permalink
[media] lirc_zilog: Reword debug message in ir_probe()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 22f3771 commit 86e5242
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/lirc/lirc_zilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86e5242

Please sign in to comment.