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

(-)b/sys/dev/sfxge/common/efx_mcdi.c (-2 / +2 lines)
Lines 905-914 efx_mcdi_ev_death( Link Here
905
905
906
	EFSYS_UNLOCK(enp->en_eslp, state);
906
	EFSYS_UNLOCK(enp->en_eslp, state);
907
907
908
	efx_mcdi_raise_exception(enp, emrp, rc);
909
910
	if (emrp != NULL && ev_cpl)
908
	if (emrp != NULL && ev_cpl)
911
		emtp->emt_ev_cpl(emtp->emt_context);
909
		emtp->emt_ev_cpl(emtp->emt_context);
910
911
	efx_mcdi_raise_exception(enp, emrp, rc);
912
}
912
}
913
913
914
	__checkReturn		efx_rc_t
914
	__checkReturn		efx_rc_t

Return to bug 218004