commit | 522400623e240ad134cb4101b1fddc3245d2a7ed | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Tue Aug 28 15:22:09 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:48:27 2007 -0700 |
tree | fb1f341426ae7cd5c977232c8084bf45819d1bea | |
parent | 23f1f4eff85d3d2ec9ed589e3fdcbba59eaa083e [diff] |
[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>