X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yportenv_single.h;h=6cea9febc435d0f3d32fecba1296a272e197a32d;hb=371b2eaad7d9c4947ec1e5c5f0576b7e118df617;hp=236f5793eccfdc4d099918771d332eb5c55245a0;hpb=d223baa0fa5644b48c2626f8d42b05ac45b1daf6;p=yaffs2.git diff --git a/yportenv_single.h b/yportenv_single.h index 236f579..6cea9fe 100644 --- a/yportenv_single.h +++ b/yportenv_single.h @@ -54,9 +54,9 @@ #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) +} while (0) #ifndef YBUG #define YBUG() do {\