提交 da61fde7 编写于 作者: G Greg Kroah-Hartman

staging: wlags49_h2: remove PRINTK()

It was just a call to printk() so make that instead.
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 66df924b
......@@ -105,18 +105,13 @@
#define DBG_LEVEL(A) ((A)->dbgLevel)
#ifndef PRINTK
# define PRINTK(S...) printk(S)
#endif /* PRINTK */
#ifndef DBG_PRINT
# define DBG_PRINT(S...) PRINTK(KERN_DEBUG S)
# define DBG_PRINT(S...) printk(KERN_DEBUG S)
#endif /* DBG_PRINT */
#ifndef DBG_PRINTC
# define DBG_PRINTC(S...) PRINTK(S)
# define DBG_PRINTC(S...) printk(S)
#endif /* DBG_PRINTC */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册