ChangeSet 1.1557.61.2, 2004/02/17 14:40:59-08:00, khali@linux-fr.org [PATCH] I2C: Enable debugging in fscher I just noticed that I forgot to enable debugging in the new fscher driver. Sorry for that. Here is a patch that fixes this. drivers/i2c/chips/fscher.c | 5 +++++ 1 files changed, 5 insertions(+) diff -Nru a/drivers/i2c/chips/fscher.c b/drivers/i2c/chips/fscher.c --- a/drivers/i2c/chips/fscher.c Mon Mar 15 14:37:50 2004 +++ b/drivers/i2c/chips/fscher.c Mon Mar 15 14:37:50 2004 @@ -26,6 +26,11 @@ * and Philip Edelbrock */ +#include +#ifdef CONFIG_I2C_DEBUG_CHIP +#define DEBUG 1 +#endif + #include #include #include