Re: [PATCH] i2c driver fixes for 2.6.4

From: Greg KH
Date: Mon Mar 15 2004 - 21:29:29 EST


ChangeSet 1.1557.61.2, 2004/02/17 14:40:59-08:00, khali@xxxxxxxxxxxx

[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 <phil@xxxxxxxxxxxxx>
*/

+#include <linux/config.h>
+#ifdef CONFIG_I2C_DEBUG_CHIP
+#define DEBUG 1
+#endif
+
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/