- code clip of the error message. drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
/* DMA initialization and SW reset */
ret = stmmac_init_dma_engine(priv);
if (ret < 0) {
pr_err("%s: DMA initialization failed\n", __func__);
goto open_error;
}