Commit 51faa9d2 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

Staging: sep: various minor tidyups

Do these in one batch rather than generate lots of tiny diffs
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c7b75562
This diff is collapsed.
......@@ -210,13 +210,13 @@
#define dbg(fmt, args...) \
do {\
if (sepDebug & SEP_DEBUG_LEVEL_BASIC) \
if (debug & SEP_DEBUG_LEVEL_BASIC) \
printk(KERN_DEBUG fmt, ##args); \
} while(0);
#define edbg(fmt, args...) \
do { \
if (sepDebug & SEP_DEBUG_LEVEL_EXTENDED) \
if (debug & SEP_DEBUG_LEVEL_EXTENDED) \
printk(KERN_DEBUG fmt, ##args); \
} while(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment