isdn: capi: Use pr_debug() instead of ifdefs.
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 22:20:29 +0000 (18:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 22:20:29 +0000 (18:20 -0400)
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 <davem@davemloft.net>

No differences found