Re: [PATCH] atm: replace DPRINTK() with pr_debug

2007-08-24 Thread David Miller
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

[PATCH] atm: replace DPRINTK() with pr_debug

2007-08-17 Thread Stephen Hemminger
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.