commit | 13b95fb714d7b7996e8d423d907beea17ad5c380 | [log] [tgz] |
---|---|---|
author | Rick Jones <rick.jones2@hp.com> | Thu Apr 26 11:20:30 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 00:03:35 2012 -0400 |
tree | 20d1487f7a109678fbabb41cb3d99322df978b55 | |
parent | 4fbec4d86f7a1b4dbaddecda24da08b5473cd289 [diff] |
bonding: bond_update_speed_duplex() can return void since no callers check its return 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>