ixgbe/base: allow access to PHY register without lock
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe / ixgbe_82599.c
index fc5f7d7..13fa4da 100644 (file)
@@ -318,7 +318,7 @@ s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw)
 
        DEBUGFUNC("ixgbe_init_ops_82599");
 
-       ret_val = ixgbe_init_phy_ops_generic(hw);
+       ixgbe_init_phy_ops_generic(hw);
        ret_val = ixgbe_init_ops_generic(hw);
 
        /* PHY */