Skip to content

Commit

Permalink
Staging: crystalhd: crystalhd_misc: Get rid of unused macro
Browse files Browse the repository at this point in the history
The BCMLOG_LEAVE macro is not used, so there is no reason to keep it.

Signed-off-by: Jorgyano Vieira <jorgyano@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jorgyano Vieira authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent b0406db commit 15fd62b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/crystalhd/crystalhd_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ do { \
printk(KERN_DEBUG "Entered %s\n", __func__); \
} 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...) \
do { \
Expand Down

0 comments on commit 15fd62b

Please sign in to comment.