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

(-)a/drivers/net/ethernet/broadcom/bnxt/bnxt.c (-2 / +1 lines)
Lines 4120-4126 static int bnxt_hwrm_stat_ctx_alloc(struct bnxt *bp) Link Here
4120
		bp->grp_info[i].fw_stats_ctx = cpr->hw_stats_ctx_id;
4120
		bp->grp_info[i].fw_stats_ctx = cpr->hw_stats_ctx_id;
4121
	}
4121
	}
4122
	mutex_unlock(&bp->hwrm_cmd_lock);
4122
	mutex_unlock(&bp->hwrm_cmd_lock);
4123
	return 0;
4123
	return rc;
4124
}
4124
}
4125
4125
4126
static int bnxt_hwrm_func_qcfg(struct bnxt *bp)
4126
static int bnxt_hwrm_func_qcfg(struct bnxt *bp)
4127
- 

Return to bug 188661