diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:11 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:11 +0000 |
commit | 8f8c5a780d45850e42bca5b64b85ea831c9e4854 (patch) | |
tree | 5bd0c5531278c139daeb39b8ddf9ceaecc7e0391 | |
parent | 312b15a3c89a66c20e08828512053e85bac0f499 (diff) |
fix-pcf50633-disable-debug-msg.patch
Stop the debugging stuff, see if that impacts resume error (not really, it
was actually Glamo)
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | drivers/i2c/chips/pcf50633.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/pcf50633.c b/drivers/i2c/chips/pcf50633.c index 182fe2f683e..84e3e460901 100644 --- a/drivers/i2c/chips/pcf50633.c +++ b/drivers/i2c/chips/pcf50633.c @@ -54,7 +54,7 @@ #include "pcf50633.h" #include <linux/pcf50633.h> -#if 1 +#if 0 #define DEBUGP(x, args ...) printk("%s: " x, __FUNCTION__, ## args) #define DEBUGPC(x, args ...) printk(x, ## args) #else |