View | Details | Raw Unified | Return to bug 264056
Collapse All | Expand All

(-)b/sys/dev/mlx4/mlx4_core/mlx4_fw.c (-2 / +1 lines)
Lines 2702-2708 void mlx4_opreq_action(struct work_struct *work) Link Here
2702
		if (err) {
2702
		if (err) {
2703
			mlx4_err(dev, "Failed to retrieve required operation: %d\n",
2703
			mlx4_err(dev, "Failed to retrieve required operation: %d\n",
2704
				 err);
2704
				 err);
2705
			return;
2705
			goto out;
2706
		}
2706
		}
2707
		MLX4_GET(modifier, outbox, GET_OP_REQ_MODIFIER_OFFSET);
2707
		MLX4_GET(modifier, outbox, GET_OP_REQ_MODIFIER_OFFSET);
2708
		MLX4_GET(token, outbox, GET_OP_REQ_TOKEN_OFFSET);
2708
		MLX4_GET(token, outbox, GET_OP_REQ_TOKEN_OFFSET);
2709
- 

Return to bug 264056