Replace all asserts in kernel code with ASSERT

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai
2024-05-13 19:30:47 +08:00
committed by Alan Carvalho de Assis
parent f25a506f91
commit 20ebe0e64c
27 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
/* Custom assert macro - easy to disable */
#define require(p, msg) assert(p && msg)
#define require(p, msg) ASSERT(p && msg)
/****************************************************************************
* Private Functions Prototype