Message ID | 20230807212607.50883-6-saeed@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 2dc2b3922d3c0f52d3a792d15dcacfbc4cc76b8f |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,01/11] net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() | expand |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/sriov.c b/drivers/net/ethernet/mellanox/mlx5/core/sriov.c index 4e42a3b9b8ee..a2fc937d5461 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/sriov.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/sriov.c @@ -285,8 +285,7 @@ static u16 mlx5_get_max_vfs(struct mlx5_core_dev *dev) host_total_vfs = MLX5_GET(query_esw_functions_out, out, host_params_context.host_total_vfs); kvfree(out); - if (host_total_vfs) - return host_total_vfs; + return host_total_vfs; } done: