[TIPC]: Remove code bloat introduced by print buffer rework
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 17 Oct 2006 04:49:03 +0000 (21:49 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 19 Oct 2006 02:55:18 +0000 (19:55 -0700)
This patch allows the compiler to optimize out any code that tries to
send debugging output to the null print buffer (TIPC_NULL), a capability
that was unintentionally broken during the recent print buffer rework.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found