projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8237911
)
fs: yaffs: don't force YAFFS_TRACE_ALWAYS for all trace levels
author
Dima Zavin
<dima@android.com>
Thu, 6 Jan 2011 00:03:21 +0000
(16:03 -0800)
committer
Colin Cross
<ccross@android.com>
Tue, 14 Jun 2011 16:09:13 +0000
(09:09 -0700)
Change-Id: I9ddc676382d26aef7f12145d412fe670cb486317
Signed-off-by: Dima Zavin <dima@android.com>
fs/yaffs2/yportenv.h
patch
|
blob
|
history
diff --git
a/fs/yaffs2/yportenv.h
b/fs/yaffs2/yportenv.h
index 236f5793eccfdc4d099918771d332eb5c55245a0..8183425448cde06732aa5499156c661fe1314e90 100644
(file)
--- a/
fs/yaffs2/yportenv.h
+++ b/
fs/yaffs2/yportenv.h
@@
-54,7
+54,7
@@
#endif
#define yaffs_trace(msk, fmt, ...) do { \
- if(yaffs_trace_mask & (
(msk) | YAFFS_TRACE_ALWAYS
)) \
+ if(yaffs_trace_mask & (
msk
)) \
printk(KERN_DEBUG "yaffs: " fmt "\n", ##__VA_ARGS__); \
} while(0)