Skip to content

Commit 4715d52

Browse files
jsarhaCopilot
andauthored
Update src/audio/tensorflow/tflm-classify.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
1 parent 20a9f03 commit 4715d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/tensorflow/tflm-classify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ __cold static int tflm_init(struct processing_module *mod)
6969
/* Handler for configuration data */
7070
cd->model_handler = mod_data_blob_handler_new(mod);
7171
if (!cd->model_handler) {
72-
comp_err(dev, "comp_data_blob_handler_new() failed.");
72+
comp_err(dev, "mod_data_blob_handler_new() failed.");
7373
return -ENOMEM;
7474
}
7575

0 commit comments

Comments
 (0)