isdn: clean up debug format string usage
authorKees Cook <keescook@chromium.org>
Fri, 13 Sep 2013 21:52:04 +0000 (14:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Sep 2013 00:02:50 +0000 (20:02 -0400)
Avoid unneeded local string buffers for constructing debug output.  Also
cleans up debug calls that contain a single parameter so that they cannot
be accidentally parsed as format strings.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found