Staging: slicoss: remove DBG_MSG
It's not being used for anything, so delete it and all instances of it. Cc: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
47881dd946
Коммит
e8bc9b7a20
|
@ -49,14 +49,6 @@
|
|||
#define SLIC_DISPLAY printk
|
||||
#define DBG_ERROR(n, args...) SLIC_DISPLAY(KERN_EMERG n, ##args)
|
||||
|
||||
#define SLIC_DEBUG_MESSAGE 1
|
||||
#if SLIC_DEBUG_MESSAGE
|
||||
/*#define DBG_MSG(n, args...) SLIC_DISPLAY(SLICLEVEL n, ##args)*/
|
||||
#define DBG_MSG(n, args...)
|
||||
#else
|
||||
#define DBG_MSG(n, args...)
|
||||
#endif
|
||||
|
||||
#ifdef ASSERT
|
||||
#undef ASSERT
|
||||
#endif
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче