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

(-)b/sys/dev/ocs_fc/ocs_hw.c (+1 lines)
Lines 4935-4940 ocs_hw_io_abort(ocs_hw_t *hw, ocs_hw_io_t *io_to_abort, uint32_t send_abts, void Link Here
4935
	wqcb = ocs_hw_reqtag_alloc(hw, ocs_hw_wq_process_abort, io_to_abort);
4935
	wqcb = ocs_hw_reqtag_alloc(hw, ocs_hw_wq_process_abort, io_to_abort);
4936
	if (wqcb == NULL) {
4936
	if (wqcb == NULL) {
4937
		ocs_log_err(hw->os, "can't allocate request tag\n");
4937
		ocs_log_err(hw->os, "can't allocate request tag\n");
4938
		ocs_ref_put(&io_to_abort->ref);
4938
		return OCS_HW_RTN_NO_RESOURCES;
4939
		return OCS_HW_RTN_NO_RESOURCES;
4939
	}
4940
	}
4940
	io_to_abort->abort_reqtag = wqcb->instance_index;
4941
	io_to_abort->abort_reqtag = wqcb->instance_index;

Return to bug 254689