tipc: simplify link_print by divorcing it from using tipc_printf
commit5deedde9fa65c494c9747dd66b1721be90991b64
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 11 Jul 2012 23:27:56 +0000 (11 19:27 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 13 Jul 2012 23:27:57 +0000 (13 19:27 -0400)
tree646582187a20e8291c0fa79d1241bbd7f71dfa97
parent568fc588fce85602e4e2c7573f6f912311306b72
tipc: simplify link_print by divorcing it from using tipc_printf

To pave the way for a pending cleanup of tipc_printf, and
removal of struct print_buf entirely, we make that task simpler
by converting link_print to issue its messages with standard
printk infrastructure.  [Original idea separated from a larger
patch from Erik Hugne <erik.hugne@ericsson.com>]

Cc: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c