projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9eacc
)
Staging: et131x: fix build failure
author
J.R. Mauro
<jrm8005@gmail.com>
Fri, 14 Nov 2008 00:11:22 +0000
(19:11 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Jan 2009 21:52:07 +0000
(13:52 -0800)
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>
drivers/staging/et131x/et131x_debug.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/et131x/et131x_debug.h
b/drivers/staging/et131x/et131x_debug.h
index 4275638c0cc8071482e7924a1261c877d35dd5f9..994108eca663b5e96f220eaeeae706eaed3544f0 100644
(file)
--- 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