summaryrefslogtreecommitdiff
path: root/yaffs_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'yaffs_trace.h')
-rw-r--r--yaffs_trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_trace.h b/yaffs_trace.h
index 8b848ed..9fe7214 100644
--- a/yaffs_trace.h
+++ b/yaffs_trace.h
@@ -17,7 +17,7 @@
#ifndef __YTRACE_H__
#define __YTRACE_H__
-extern unsigned int yaffs_traceMask;
+extern unsigned int yaffs_trace_mask;
extern unsigned int yaffs_wr_attempts;
/*
@@ -55,6 +55,6 @@ extern unsigned int yaffs_wr_attempts;
#define YAFFS_TRACE_ALWAYS 0xF0000000
-#define T(mask, p) do { if ((mask) & (yaffs_traceMask | YAFFS_TRACE_ALWAYS)) TOUT(p); } while (0)
+#define T(mask, p) do { if ((mask) & (yaffs_trace_mask | YAFFS_TRACE_ALWAYS)) TOUT(p); } while (0)
#endif