net/mlx: remove link update lock
[dpdk.git] / drivers / net / mlx5 / mlx5.c
index 6293c1f..d936e72 100644 (file)
@@ -680,7 +680,7 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev)
                /* Bring Ethernet device up. */
                DEBUG("forcing Ethernet interface up");
                priv_set_flags(priv, ~IFF_UP, IFF_UP);
-               mlx5_link_update_unlocked(priv->dev, 1);
+               mlx5_link_update(priv->dev, 1);
                continue;
 
 port_error: