On Mon, 8 Sep 2025 13:07:04 +0300 Tariq Toukan wrote: > + struct net_device *netdev = mlx5_uplink_netdev_get(dev); > + struct mlx5e_priv *priv; > + int err; > + > + if (!netdev) > + return 0; Please don't call in variable init functions which require cleanup or error checking.