net/sfc: use compat for 128-bit unsigned integer
[dpdk.git] / drivers / net / ixgbe / base / ixgbe_x540.c
index 838bfc8..4cea16a 100644 (file)
@@ -288,7 +288,7 @@ s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw)
        if (ret_val != IXGBE_SUCCESS)
                goto out;
 
-       ret_val = ixgbe_start_hw_gen2(hw);
+       ixgbe_start_hw_gen2(hw);
 
 out:
        return ret_val;