Skip to content

Commit 9024a84

Browse files
committed
schedule: zephyr_domain: remove unnecessary tr_dbg function prefix
Remove redundant function name from log message in zephyr_domain_thread_init(). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent a450b92 commit 9024a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schedule/zephyr_domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static int zephyr_domain_thread_init(struct ll_schedule_domain *domain,
305305
k_tid_t thread;
306306
int core = task->core;
307307

308-
tr_dbg(&ll_tr, "thread_init entry");
308+
tr_dbg(&ll_tr, "entry");
309309

310310
if (core >= CONFIG_CORE_COUNT)
311311
return -EINVAL;

0 commit comments

Comments
 (0)