Re: [PATCH] i2c driver fixes for 2.6.0-test5

From: Greg KH
Date: Mon Sep 22 2003 - 19:33:28 EST


ChangeSet 1.1315.1.6, 2003/09/15 16:44:07-07:00, greg@xxxxxxxxx

[PATCH] I2C: turn off debugging on the new sis i2c bus drivers.

Forgot to do this before...


drivers/i2c/busses/i2c-sis5595.c | 2 +-
drivers/i2c/busses/i2c-sis630.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/i2c/busses/i2c-sis5595.c b/drivers/i2c/busses/i2c-sis5595.c
--- a/drivers/i2c/busses/i2c-sis5595.c Mon Sep 22 16:15:15 2003
+++ b/drivers/i2c/busses/i2c-sis5595.c Mon Sep 22 16:15:15 2003
@@ -55,7 +55,7 @@
* Add adapter resets
*/

-#define DEBUG
+/* #define DEBUG 1 */

#include <linux/kernel.h>
#include <linux/module.h>
diff -Nru a/drivers/i2c/busses/i2c-sis630.c b/drivers/i2c/busses/i2c-sis630.c
--- a/drivers/i2c/busses/i2c-sis630.c Mon Sep 22 16:15:15 2003
+++ b/drivers/i2c/busses/i2c-sis630.c Mon Sep 22 16:15:15 2003
@@ -48,7 +48,7 @@
Note: we assume there can only be one device, with one SMBus interface.
*/

-#define DEBUG
+/* #define DEBUG 1 */

#include <linux/kernel.h>
#include <linux/module.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/