mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
bridge: Cleanup of unncessary check.
This patch removes an unncessary check in the br_afspec() method of br_netlink.c. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8b86f7f319
commit
5aaa62d608
@ -257,9 +257,6 @@ static int br_afspec(struct net_bridge *br,
|
||||
} else
|
||||
err = br_vlan_add(br, vinfo->vid, vinfo->flags);
|
||||
|
||||
if (err)
|
||||
break;
|
||||
|
||||
break;
|
||||
|
||||
case RTM_DELLINK:
|
||||
|
Loading…
Reference in New Issue
Block a user