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)
commit13b95fb714d7b7996e8d423d907beea17ad5c380
tree20d1487f7a109678fbabb41cb3d99322df978b55
parent4fbec4d86f7a1b4dbaddecda24da08b5473cd289
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>
drivers/net/bonding/bond_main.c