drivers: Format pointer through "%p" for kthread_create

to remove the unnecessary cast and unify the usage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-07-25 05:08:53 -07:00
committed by Petro Karashchenko
parent c267791f06
commit fc5e85da1b
17 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -1098,7 +1098,7 @@ static int alt1250_start_rxthread(FAR struct alt1250_dev_s *dev,
SCHED_PRIORITY_DEFAULT,
CONFIG_DEFAULT_TASK_STACKSIZE,
altcom_recvthread,
(FAR char * const *)NULL);
NULL);
if (ret < 0)
{