From: Wolfram Sang Date: Tue, 3 Nov 2009 11:53:41 +0000 (+0100) Subject: i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined X-Git-Tag: v2.6.35-rc1~479^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d813d9960444470c4bebb73c2bde6697543fee9;p=pandora-kernel.git i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined This talkative function is also called on timeouts. As timeouts can happen on regular writes to EEPROMs (no error case), this creates false positives. Giving lots of details is interesting only for developers anyhow, so just use the function if DEBUG is #defined. Signed-off-by: Wolfram Sang Signed-off-by: Uwe Kleine-König Cc: Russell King Acked-by: Eric Miao Cc: Roel Kluin Cc: Pavel Machek --- Reading git-diff-tree failed