From: David S. Miller Date: Thu, 19 May 2011 22:20:29 +0000 (-0400) Subject: isdn: capi: Use pr_debug() instead of ifdefs. X-Git-Tag: v3.0-rc1~377^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb53b959bd9e503b646a3d68c7b1759667b6a19;p=pandora-kernel.git isdn: capi: Use pr_debug() instead of ifdefs. I was investigating some warnings that spew because of the _DEBUG_FOO ifdef'ery in here. Instead of adding more ifdefs to fix that warning, let's use pr_debug() and get rid of these CPP checks altogether. Signed-off-by: David S. Miller --- Reading git-diff-tree failed