commit | 16bfa7024eba5e36aff38ba62086b9027373007d | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Sun Mar 13 16:21:33 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 14 16:05:31 2016 -0400 |
tree | fd05f05fe264eada7ea446a554c0fa0933019abd | |
parent | 71327a4e7d997276d49db92fd3d30008389ee6d5 [diff] |
net: dsa: make port_bridge_leave return void netdev_upper_dev_unlink() which notifies NETDEV_CHANGEUPPER, returns void, as well as del_nbp(). So there's no advantage to catch an eventual error from the port_bridge_leave routine at the DSA level. Make this routine void for the DSA layer and its existing drivers. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>