Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86e52428 authored by Andy Walls's avatar Andy Walls Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAndy Walls <awalls@md.metrocast.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 22f37712
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -1195,9 +1195,8 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
	int ret;
	int ret;
	int have_rx = 0, have_tx = 0;
	int have_rx = 0, have_tx = 0;


	dprintk("%s: adapter name (%s) nr %d, i2c_device_id name (%s), "
	dprintk("%s: %s on i2c-%d (%s), client addr=0x%02x\n",
		"client addr=0x%02x\n",
		__func__, id->name, adap->nr, adap->name, client->addr);
		__func__, adap->name, adap->nr, id->name, client->addr);


	/*
	/*
	 * FIXME - This probe function probes both the Tx and Rx
	 * FIXME - This probe function probes both the Tx and Rx