Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2015 20:27:13 +0000 (16:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2015 20:27:13 +0000 (16:27 -0400)
Jon Maloy says:

====================
tipc: remove some unnecessary complexity

The TIPC code is unnecessarily complex in some places, often because
the conditions or assumptions that were the cause for the complexity
are not valid anymore.

In these three commits, we eliminate some cases of such redundant
complexity.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge