Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15fd62be authored by Jorgyano Vieira's avatar Jorgyano Vieira Committed by Greg Kroah-Hartman
Browse files

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: default avatarJorgyano Vieira <jorgyano@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b0406db5
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -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 {					\