commit | 523779c734d91e6908b2d6c1fd607c5b3a753e2d | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Mon Nov 28 18:01:26 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 29 20:48:51 2016 -0500 |
tree | 066ada2a1c4bbd39d15dff91215c65bee5b76f30 | |
parent | 81d4d7289a6b8120d118f46c5182dbb86dca8436 [diff] |
mlxsw: core: Change order of operations in removal path We call bus->init() before allocating 'lag.mapping'. Change the order of operations in removal path to reflect that. This makes the error path of mlxsw_core_bus_device_register() symmetric with mlxsw_core_bus_device_unregister(). Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>