bonding: bond_update_speed_duplex() can return void since no callers check its return
authorRick Jones <rick.jones2@hp.com>
Thu, 26 Apr 2012 11:20:30 +0000 (11:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2012 04:03:35 +0000 (00:03 -0400)
As none of the callers of bond_update_speed_duplex (need to) check its
return value, there is little point in it returning anything.

Signed-off-by: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found