Imported Upstream version 17.05
[deb_dpdk.git] / lib / librte_eal / common / eal_common_tailqs.c
index bb08ec8..4f69828 100644 (file)
@@ -188,8 +188,7 @@ rte_eal_tailqs_init(void)
                if (t->head == NULL) {
                        RTE_LOG(ERR, EAL,
                                "Cannot initialize tailq: %s\n", t->name);
-                       /* no need to TAILQ_REMOVE, we are going to panic in
-                        * rte_eal_init() */
+                       /* TAILQ_REMOVE not needed, error is already fatal */
                        goto fail;
                }
        }