mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 10 May 2018 11:26:16 +0000 (13:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 15:56:05 +0000 (11:56 -0400)
commit8ccc113172e4c1ebef45c2433f3c32ed6ae1b9c9
treef99ca86a37d6f85091b9587d9b04be8c4190b7cd
parent89dd2e752c7beb773c36e623773d50d5f34da711
mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()'

Resources are not freed in the reverse order of the allocation.
Labels are also mixed-up.

Fix it and reorder code and labels in the error handling path of
'mlxsw_core_bus_device_register()'

Fixes: ef3116e5403e ("mlxsw: spectrum: Register KVD resources with devlink")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/core.c