提交 15fd62be 编写于 作者: J Jorgyano Vieira 提交者: Greg Kroah-Hartman

Staging: crystalhd: crystalhd_misc: Get rid of unused macro

The BCMLOG_LEAVE macro is not used, so there is no reason to keep it.
Signed-off-by: NJorgyano Vieira <jorgyano@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b0406db5
...@@ -209,11 +209,6 @@ do { \ ...@@ -209,11 +209,6 @@ do { \
printk(KERN_DEBUG "Entered %s\n", __func__); \ printk(KERN_DEBUG "Entered %s\n", __func__); \
} while (0) } while (0)
#define BCMLOG_LEAVE \
do { \
if (g_linklog_level & BCMLOG_ENTER_LEAVE) \
printk(KERN_DEBUG "Leaving %s\n", __func__); \
} while (0) \
#define BCMLOG(trace, fmt, args...) \ #define BCMLOG(trace, fmt, args...) \
do { \ do { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册