Skip to content

Commit

Permalink
i2c-algo-bit: Improve debugging
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 1, 2007
1 parent 424ed67 commit 494dbb6
Showing 1 changed file with 95 additions and 90 deletions.
Loading

0 comments on commit 494dbb6

Please sign in to comment.