commit | 8fb53b959bd9e503b646a3d68c7b1759667b6a19 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu May 19 18:20:29 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu May 19 18:20:29 2011 -0400 |
tree | d9bc5f2a28c480da0045b715cfc852b5cae67bc3 | |
parent | 43a5f002afc6f24891e57d31275f34e19a1a07d0 [diff] |
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>