commit | 99824461ea72ca0044cc6508f02c0e1cabf37ba5 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Jan 26 11:40:00 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 26 21:15:56 2010 -0800 |
tree | 8672e525869778c9d4c12fe3982306387995bf2a | |
parent | b747caf365b4121903b26d1cd65454c7bc607184 [diff] |
net/atm: Convert printk to pr_<level> Add #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ Remove function names from output Use single line pr_debug instead of broken multiple uses without newline Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>