aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:11 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:11 +0000
commit8f8c5a780d45850e42bca5b64b85ea831c9e4854 (patch)
tree5bd0c5531278c139daeb39b8ddf9ceaecc7e0391 /drivers/i2c
parent312b15a3c89a66c20e08828512053e85bac0f499 (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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/chips/pcf50633.c2
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