summaryrefslogtreecommitdiffstats
path: root/sys/dev/bxe/ecore_sp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bxe/ecore_sp.c')
-rw-r--r--sys/dev/bxe/ecore_sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bxe/ecore_sp.c b/sys/dev/bxe/ecore_sp.c
index b716085..2685453 100644
--- a/sys/dev/bxe/ecore_sp.c
+++ b/sys/dev/bxe/ecore_sp.c
@@ -474,7 +474,7 @@ static void __ecore_vlan_mac_h_exec_pending(struct bxe_softc *sc,
o->head_exe_request = FALSE;
o->saved_ramrod_flags = 0;
rc = ecore_exe_queue_step(sc, &o->exe_queue, &ramrod_flags);
- if (rc != ECORE_SUCCESS) {
+ if ((rc != ECORE_SUCCESS) && (rc != ECORE_PENDING)) {
ECORE_ERR("execution of pending commands failed with rc %d\n",
rc);
#ifdef ECORE_STOP_ON_ERROR
OpenPOWER on IntegriCloud