incubator-nuttx/drivers/ipcc
anjiahao d7b4e91dda Call nxsem_destroy or nxmutex_destry in the error path
1.Don't check the return value of nxsem_init or nxmutex_init
2.Fix some style issue

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-30 13:56:52 +01:00
..
Kconfig
Make.defs
ipcc_close.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_open.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_poll.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_priv.h Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
ipcc_read.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_register.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_unlink.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ipcc_write.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00