Skip to content
Commit 2bf8d2ae authored by Yang Li's avatar Yang Li Committed by Saeed Mahameed
Browse files

net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()



When the code execute 'if (!priv->fs.arfs->wq)', the value of err is 0.
So, we use -ENOMEM to indicate that the function
create_singlethread_workqueue() return NULL.

Clean up smatch warning:
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c:373
mlx5e_arfs_create_tables() warn: missing error code 'err'.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Fixes: f6755b80 ("net/mlx5e: Dynamic alloc arfs table for netdev when needed")
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 13c62f53
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment