From: Jean Delvare Date: Tue, 1 May 2007 21:26:33 +0000 (+0200) Subject: i2c-algo-bit: Improve debugging X-Git-Tag: v2.6.22-rc1~1081^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494dbb64dc5b369cc28542f4c4d634e57b0d7f18;p=pandora-kernel.git i2c-algo-bit: Improve debugging Improve the debugging features of the i2c-algo-bit driver: * Make it possible to compile the driver without debugging support at all, making it much smaller. * Use dev_dbg() for debugging messages where possible, and dev_err() for error messages. * Remove redundant debugging messages. These changes allowed for minor code cleanups, which are included as well. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed