[ATM]: Replace DPRINTK() with pr_debug().
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 28 Aug 2007 22:22:09 +0000 (15:22 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:27 +0000 (16:48 -0700)
commit522400623e240ad134cb4101b1fddc3245d2a7ed
treefb1f341426ae7cd5c977232c8084bf45819d1bea
parent23f1f4eff85d3d2ec9ed589e3fdcbba59eaa083e
[ATM]: Replace DPRINTK() with pr_debug().

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.

Fixes from Thomas Graf.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/br2684.c
net/atm/clip.c
net/atm/common.c
net/atm/lec.c
net/atm/pppoatm.c
net/atm/raw.c
net/atm/signaling.c
net/atm/svc.c