OSDN Git Service

tipc: Eliminate useless return value when disabling a bearer
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 30 Nov 2010 12:00:56 +0000 (12:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2010 21:34:03 +0000 (13:34 -0800)
commit28cc937eac00805e8b9c6e7ed7d590567378187f
tree76a3322b588e9461394bd8528f17aaf1de6bdb8c
parent8d71919d7afc4ade0d9de09e1d50fbf9168c368d
tipc: Eliminate useless return value when disabling a bearer

Modifies bearer_disable() to return void since it always indicates
success anyway.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bearer.c