summaryrefslogtreecommitdiffstats
path: root/drivers/char/ftape/lowlevel/ftape-tracing.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-21 22:00:56 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-21 22:00:56 +0000
commit168660f24dfc46c2702acbe4701a446f42a59578 (patch)
treef431368afbf6b1b71809cf3fd904d800ea126f4d /drivers/char/ftape/lowlevel/ftape-tracing.h
parent6420f767924fa73b0ea267864d96820815f4ba5a (diff)
Merge with Linux 2.4.0-test5-pre3.
Diffstat (limited to 'drivers/char/ftape/lowlevel/ftape-tracing.h')
-rw-r--r--drivers/char/ftape/lowlevel/ftape-tracing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ftape/lowlevel/ftape-tracing.h b/drivers/char/ftape/lowlevel/ftape-tracing.h
index 7f93942a5..e0f7e0f4f 100644
--- a/drivers/char/ftape/lowlevel/ftape-tracing.h
+++ b/drivers/char/ftape/lowlevel/ftape-tracing.h
@@ -149,7 +149,7 @@ extern void ftape_trace_log (const char *file, const char *name);
*/
#define TRACE_ABORT(res, i...) \
{ \
- TRACE(##i); \
+ TRACE(i); \
TRACE_EXIT res; \
}