From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri, 17 Aug 2007 18:31:31 -0700
> Get rid of using DPRINTK macro in ATM and use pr_debug (in kernel.h).
> Using the standard macro is cleaner and forces code to check for bad arguments
> and formatting.
>
> Signed-off-by: Stephen Hemminger <[EMAIL
Get rid of using DPRINTK macro in ATM and use pr_debug (in kernel.h).
Using the standard macro is cleaner and forces code to check for bad arguments
and formatting.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- a/net/atm/clip.c2007-08-17 15:05:49.0 -0400
+++ b/net/atm/clip.