Skip to content
Snippets Groups Projects
Commit 6d392873 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor type for syntax error

parent c73535b4
Branches
Tags
No related merge requests found
...@@ -188,7 +188,7 @@ static inline void thread_top_init(char *thread_name, ...@@ -188,7 +188,7 @@ static inline void thread_top_init(char *thread_name,
if (sched_setattr(0, &attr, flags) < 0 ) { if (sched_setattr(0, &attr, flags) < 0 ) {
perror("[SCHED] eNB tx thread: sched_setattr failed\n"); perror("[SCHED] eNB tx thread: sched_setattr failed\n");
return &eNB_thread_rxtx_status; exit_fun("Error setting deadline scheduler");
} }
LOG_I( HW, "[SCHED] eNB RXn-TXnp4 deadline thread (TID %ld) started on CPU %d\n", gettid(), sched_getcpu() ); LOG_I( HW, "[SCHED] eNB RXn-TXnp4 deadline thread (TID %ld) started on CPU %d\n", gettid(), sched_getcpu() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment