aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
diff options
context:
space:
mode:
authorJ.R. Mauro <jrm8005@gmail.com>2008-11-13 19:11:22 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:07 -0800
commit1352b4b07fae399ae5741a9b6f155420e76a2b00 (patch)
tree397397233bc7d11a3f781ed74e15d3d28bacaf61 /drivers/staging/et131x
parentStaging: et131x: Cleanup et131x_debug.h defines (diff)
downloadlinux-dev-1352b4b07fae399ae5741a9b6f155420e76a2b00.tar.xz
linux-dev-1352b4b07fae399ae5741a9b6f155420e76a2b00.zip
Staging: et131x: fix build failure
Fix build failure in et131x driver - missing \ in multiline macro Signed-off by: J.R. Mauro <jrm8005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r--drivers/staging/et131x/et131x_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et131x_debug.h b/drivers/staging/et131x/et131x_debug.h
index 4275638c0cc8..994108eca663 100644
--- a/drivers/staging/et131x/et131x_debug.h
+++ b/drivers/staging/et131x/et131x_debug.h
@@ -206,10 +206,10 @@
#define DBG_ASSERT(C) \
do { \
if (!(C)) { \
- DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
+ DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
#C, __FILE__, __LINE__, __func__); \
DBG_TRAP; \
- }
+ } \
} while (0)
#define STATIC