From: Jean Delvare Date: Sun, 31 Jul 2005 17:02:53 +0000 (+0200) Subject: [PATCH] I2C: Improve core debugging messages X-Git-Tag: v2.6.14-rc1~752^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d7b3d1b5a388b7e9af2629a9ecccedee064078;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed