Skip to content

Commit 185e228

Browse files
committed
manager
1 parent c4496ec commit 185e228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/library_manager/lib_manager.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ static int lib_manager_start_agent(const struct comp_driver *drv, const uint32_t
523523
/* If drv->user_heap is allocated, it means the module is userspace. */
524524
if (drv->user_heap) {
525525
ret = userspace_proxy_create(userspace, drv, mod_manifest, agent,
526-
module_entry_point, module_id, instance_id, 0,
527-
log_handle, &mod_cfg, agent_interface, ops);
526+
module_entry_point, module_id, instance_id, 0,
527+
log_handle, &mod_cfg, agent_interface, ops);
528528
if (ret)
529529
tr_err(&lib_manager_tr, "userspace_proxy_create failed! %d", ret);
530530
return ret;

0 commit comments

Comments
 (0)