git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a5f00
)
isdn: capi: Use pr_debug() instead of ifdefs.
author
David S. Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:20:29 +0000
(18:20 -0400)
committer
David 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