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

No differences found