commit | 494dbb64dc5b369cc28542f4c4d634e57b0d7f18 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue May 01 23:26:33 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue May 01 23:26:33 2007 +0200 |
tree | 342efe3a6648ea902ac56a3053aef9226c2dc2d5 | |
parent | 424ed67c7dae37e8115e1bebc3261e86a624dff2 [diff] |
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 <khali@linux-fr.org>