tipc: remove tipc_snprintf
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 9 Feb 2015 08:50:19 +0000 (09:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Feb 2015 21:20:49 +0000 (13:20 -0800)
commit941787b82982b3f33ac398c8c00035ddd0f8c514
tree4859799a8311ecd637e2a582600af1057a78e08b
parent22ae7cff509f3bb22caaa0003f67eeb93d338fed
tipc: remove tipc_snprintf

tipc_snprintf() was heavily utilized by the old netlink API which no
longer exists (now netlink compat).

In this patch we swap tipc_snprintf() to the identical scnprintf() in
the only remaining occurrence.

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/Makefile
net/tipc/bearer.c
net/tipc/core.h
net/tipc/log.c [deleted file]