commit | a3df92c73b92970dc4211189b87eb4cf874f5685 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Mon Oct 16 21:49:03 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 18 19:55:18 2006 -0700 |
tree | fe4eef9f3c3f67f9832d21e16ed7619a67d1c415 | |
parent | cfb0c0890b200364c0886c0d9f0dc615f8114c43 [diff] |
[TIPC]: Remove code bloat introduced by print buffer rework 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>