aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
diff options
context:
space:
mode:
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>2016-02-09 10:37:46 +0000
committerDavid S. Miller <davem@davemloft.net>2016-02-11 09:57:00 -0500
commit1e2a8868e0541b7d8870781b714d74ac7cad9a6a (patch)
tree4bf88800643ec885813d06a6d15fc5c66c3ce80f /net/ipv4/igmp.c
parentnet: macb: add wake-on-lan support via magic packet (diff)
downloadlinux-dev-1e2a8868e0541b7d8870781b714d74ac7cad9a6a.tar.xz
linux-dev-1e2a8868e0541b7d8870781b714d74ac7cad9a6a.zip
bonding: use return instead of goto
Replace 'goto' with 'return' to remove unnecessary check at label: err_undo_flags. The reason is that 'err_undo_flags' do two things for the first slave device: 1.revert bond mac address if it is set by the slave device. 2.revert bond device type if it's not ARPHRD_ETHER. It's not necessary for the following three places, they changed neither bond mac address nor type. It's straightforward to return directly. Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/igmp.c')
0 files changed, 0 insertions, 0 deletions