Skip to content

Commit

Permalink
Revert "module_adapter: avoid module init crash in case of ipc data i…
Browse files Browse the repository at this point in the history
…nvalid"

This reverts commit e847c8b.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan authored and dbaluta committed Oct 13, 2023
1 parent 7dce6fb commit 16c93fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/audio/module_adapter/module_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ struct comp_dev *module_adapter_new(const struct comp_driver *drv,
goto err;
}
dst->init_data = dst->data;
} else {
goto err;
}
#else
if (drv->type == SOF_COMP_MODULE_ADAPTER) {
Expand Down

0 comments on commit 16c93fc

Please sign in to comment.