create firmware image for the Ubiquiti LS-SR71 board
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1154--pcf50633-Disable-debugging-statements-as-the-drive.patch
1 From 946aaea37e36e9f9fe16981a0f20f5f545fcd3b4 Mon Sep 17 00:00:00 2001
2 From: Holger Freyther <zecke@openmoko.org>
3 Date: Tue, 13 May 2008 18:53:40 +0100
4 Subject: [PATCH] [pcf50633] Disable debugging statements as the driver is working well
5
6 Signed-Off-By: Holger Freyther <zecke@openmoko.org>
7 ---
8 drivers/i2c/chips/pcf50633.c | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/drivers/i2c/chips/pcf50633.c b/drivers/i2c/chips/pcf50633.c
12 index 66ca16f..db0589e 100644
13 --- a/drivers/i2c/chips/pcf50633.c
14 +++ b/drivers/i2c/chips/pcf50633.c
15 @@ -53,7 +53,7 @@
16
17 #include "pcf50633.h"
18
19 -#if 1
20 +#if 0
21 #define DEBUGP(x, args ...) printk("%s: " x, __FUNCTION__, ## args)
22 #define DEBUGPC(x, args ...) printk(x, ## args)
23 #else
24 --
25 1.5.6.5
26