mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
Staging: slicoss: remove ASSERTMSG macro
No one uses it, so drop it. Cc: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -57,24 +57,10 @@
|
||||
} \
|
||||
}
|
||||
#endif
|
||||
#ifndef ASSERTMSG
|
||||
#define ASSERTMSG(a,msg) \
|
||||
{ \
|
||||
if (!(a)) { \
|
||||
printk(KERN_ERR "ASSERT() Failure: file %s, function %s" \
|
||||
"line %d: %s\n",\
|
||||
__FILE__, __func__, __LINE__, (msg)); \
|
||||
slic_assert_fail(); \
|
||||
} \
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
#ifndef ASSERT
|
||||
#define ASSERT(a)
|
||||
#endif
|
||||
#ifndef ASSERTMSG
|
||||
#define ASSERTMSG(a, msg)
|
||||
#endif
|
||||
#endif /* SLIC_ASSERT_ENABLED */
|
||||
|
||||
#endif /* _SLIC_DEBUG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user