]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_tailqs.c
mk: optimize directory dependencies
[dpdk.git] / lib / librte_eal / common / eal_common_tailqs.c
index bb08ec8b9e0bebaa6f3afaa2459ce2a27c5c69e7..4f6982883ce72fd0235d2e66a562cf8b8cc81746 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;
                }
        }