[PATCH] I2C: Improve core debugging messages
commitb6d7b3d1b5a388b7e9af2629a9ecccedee064078
authorJean Delvare <khali@linux-fr.org>
Sun, 31 Jul 2005 17:02:53 +0000 (31 19:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:16 +0000 (5 09:14 -0700)
tree8961c6ee76ddf00c613308322472346c886a27e6
parent014e45380a3b96f2ebd8ff0d115b7a33c06d06d1
[PATCH] I2C: Improve core debugging messages

The debugging messages in i2c-core are more confusing than helpful. Some
lack their trailing newline, some lack a prefix, some are redundant,
some lack precious information. Here is my attempt to introduce some
standardization in there.

I also changed two messages in i2c-dev to make it clear they come from
i2c-dev.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/i2c-core.c
drivers/i2c/i2c-dev.c