Skip to content

Commit 95699a2

Browse files
committed
rimage itp
1 parent 80029e2 commit 95699a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_manager/lib_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ int lib_manager_register_module(const uint32_t component_id)
641641
}
642642

643643
mod = (struct sof_man_module *)((const uint8_t *)desc + SOF_MAN_MODULE_OFFSET(entry_index));
644-
const struct sof_uuid *uid = (struct sof_uuid *)&mod->uuid[0];
644+
const struct sof_uuid *uid = (struct sof_uuid *)&mod->uuid;
645645

646646
lib_manager_prepare_module_adapter(drv, uid);
647647

0 commit comments

Comments
 (0)