diff options
| author | Yang Li <[email protected]> | 2021-06-04 18:08:27 +0800 |
|---|---|---|
| committer | Saeed Mahameed <[email protected]> | 2021-06-09 17:20:02 -0700 |
| commit | 2bf8d2ae3480da06e64dad3b326ebd2e40c0be86 (patch) | |
| tree | 4dcb8d04be7abd1348902af093b21fbc90326eaf /tools/perf/scripts/python/flamegraph.py | |
| parent | 13c62f5371e3eb4fc3400cfa26e64ca75f888008 (diff) | |
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: Abaci Robot <[email protected]>
Fixes: f6755b80d693 ("net/mlx5e: Dynamic alloc arfs table for netdev when needed")
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions