commit | 6dd4b4f3936e17fedea1308bc70e9716f68bf232 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Jan 25 22:18:47 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 27 11:13:53 2020 +0100 |
tree | e30859d123cd9a680ac1587ca96df6fd24183476 | |
parent | 6dc43cd3aae0ffeeaebe427e1bf5e5faf9de7d42 [diff] |
mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()' An 'alloc_etherdev()' called is not ballanced by a corresponding 'free_netdev()' call in one error handling path. Slighly reorder the error handling code to catch the missed case. Fixes: c100e47caa8e ("mlxsw: minimal: Add ethtool support") 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>