From 8f8c5a780d45850e42bca5b64b85ea831c9e4854 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:11:11 +0000 Subject: 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 --- drivers/i2c/chips/pcf50633.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/i2c') 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 -#if 1 +#if 0 #define DEBUGP(x, args ...) printk("%s: " x, __FUNCTION__, ## args) #define DEBUGPC(x, args ...) printk(x, ## args) #else -- cgit v1.2.3