X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv_single.h;h=8183425448cde06732aa5499156c661fe1314e90;hp=236f5793eccfdc4d099918771d332eb5c55245a0;hb=6a1296f4458cb8eff1535a8618f45379655e5aa5;hpb=5062df7307f71d3374da87a7c69102dc3f09da28 diff --git a/yportenv_single.h b/yportenv_single.h index 236f579..8183425 100644 --- a/yportenv_single.h +++ b/yportenv_single.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)