net/mlx5: Remove return statement exist at the end of void function
[linux-2.6-microblaze.git] / drivers / net / ethernet / mellanox / mlx5 / core / lag.c
index 127bb92..b874839 100644 (file)
@@ -603,8 +603,6 @@ void mlx5_lag_add(struct mlx5_core_dev *dev, struct net_device *netdev)
        if (err)
                mlx5_core_err(dev, "Failed to init multipath lag err=%d\n",
                              err);
-
-       return;
 }
 
 /* Must be called with intf_mutex held */