Re: [PATCH net-next] mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()

2017-11-07 Thread David Miller
From: Wei Yongjun Date: Mon, 6 Nov 2017 11:11:28 + > Fix to return a negative error code from the VID create error handling > case instead of 0, as done elsewhere in this function. > > Fixes: c57529e1d5d8 ("mlxsw: spectrum: Replace vPorts with Port-VLAN") >

Re: [PATCH net-next] mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()

2017-11-06 Thread Ido Schimmel
On Mon, Nov 06, 2017 at 11:11:28AM +, Wei Yongjun wrote: > Fix to return a negative error code from the VID create error handling > case instead of 0, as done elsewhere in this function. > > Fixes: c57529e1d5d8 ("mlxsw: spectrum: Replace vPorts with Port-VLAN") > Signed-off-by: Wei Yongjun

[PATCH net-next] mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()

2017-11-06 Thread Wei Yongjun
Fix to return a negative error code from the VID create error handling case instead of 0, as done elsewhere in this function. Fixes: c57529e1d5d8 ("mlxsw: spectrum: Replace vPorts with Port-VLAN") Signed-off-by: Wei Yongjun ---