Re: [PATCH] mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'

From: Ido Schimmel
Date: Sun Jan 26 2020 - 03:24:02 EST


On Sat, Jan 25, 2020 at 10:18:47PM +0100, Christophe JAILLET wrote:
> 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@xxxxxxxxxx>

For net:

Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxxxx>

Thanks!