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

(-)b/sys/dev/ocs_fc/ocs_hw.c (+2 lines)
Lines 11800-11805 ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg) Link Here
11800
		ocs_free(hw->os, ctx, sizeof(*ctx));
11800
		ocs_free(hw->os, ctx, sizeof(*ctx));
11801
		rc = -1;
11801
		rc = -1;
11802
	}
11802
	}
11803
	if (rc)
11804
		return rc;
11803
11805
11804
	if (ocs_hw_command(hw, ctx->cmd, OCS_CMD_NOWAIT, ocs_hw_async_cb, ctx)) {
11806
	if (ocs_hw_command(hw, ctx->cmd, OCS_CMD_NOWAIT, ocs_hw_async_cb, ctx)) {
11805
		ocs_log_err(hw->os, "COMMON_NOP command failure\n");
11807
		ocs_log_err(hw->os, "COMMON_NOP command failure\n");

Return to bug 255865