This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] lirc_zilog: Reword debug message in ir_probe()
Author:  Andy Walls <[email protected]>
Date:    Wed Jan 12 22:50:10 2011 -0300

Jean Delvare <[email protected]> suggested this better
format for debug output in ir_probe().

Signed-off-by: Andy Walls <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/staging/lirc/lirc_zilog.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=825fff8b2775bc98a5de48af74476ad6f263b4b3

diff --git a/drivers/staging/lirc/lirc_zilog.c 
b/drivers/staging/lirc/lirc_zilog.c
index ad29bb1..bf81e3f 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)
        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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to