commit | 630d4e75dd2969bf7da40beb3d4704356d12ae39 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Nov 06 14:52:31 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 15:12:55 2019 -0800 |
tree | 921c3e688995bc1ac5c65ff7c9a264188cbaf589 | |
parent | 69625ea7bdfc928a9251435123bcf642462ef6c6 [diff] |
mlxsw: spectrum: Fix error return code in mlxsw_sp_port_module_info_init() Fix to return negative error code -ENOMEM from the error handling case instead of 0, as done elsewhere in this function. Fixes: 4a7f970f1240 ("mlxsw: spectrum: Replace port_to_module array with array of structs") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>