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)
commit8fb53b959bd9e503b646a3d68c7b1759667b6a19
treed9bc5f2a28c480da0045b715cfc852b5cae67bc3
parent43a5f002afc6f24891e57d31275f34e19a1a07d0
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 <davem@davemloft.net>
drivers/isdn/capi/capi.c