Commit 0634f34a authored by Lucas Russo's avatar Lucas Russo Committed by Henrique Silva

hal/dev_mngr/*r_core.c: fix associated RFFE init loop

On finding a new DEVIO, spawn as most associated RFFE
as possible. For this, we loop through all possible
RFE hash entries looking for valid RFFE endpoints.
parent a298a3ba
......@@ -556,7 +556,7 @@ static dmngr_err_e _dmngr_scan_devs (dmngr_t *self, uint32_t *num_devs_found)
/* DBE_DEBUG (DBG_DEV_MNGR | DBG_LVL_INFO,
"[dev_mngr_core:scan_devs] Could not find any more endpoint
hints for FEs\n"); */
break;
continue;
}
/* Prepare respective DEVIO structure */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment