]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34011de9fdfda423b8556c0560e4204104ec194b
tree20d1487f7a109678fbabb41cb3d99322df978b55
parent384c359534859081f76142949b82874cbbf2a77d
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