ChangeSet 1.1315.1.6, 2003/09/15 16:44:07-07:00, greg@kroah.com [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 #include 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 #include