commit | b6d7b3d1b5a388b7e9af2629a9ecccedee064078 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jul 31 19:02:53 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 05 09:14:16 2005 -0700 |
tree | 8961c6ee76ddf00c613308322472346c886a27e6 | |
parent | 014e45380a3b96f2ebd8ff0d115b7a33c06d06d1 [diff] |
[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>