sched: Remove the unnecessary cast from pid_t to int

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-06-19 04:20:04 +08:00
committed by Petro Karashchenko
parent 07b0cd1cba
commit a8e0a5faa4
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ int exec_module(FAR struct binary_s *binp,
}
#endif
return (int)pid;
return pid;
errout_with_tcbinit:
#ifndef CONFIG_BUILD_KERNEL