X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fydirectenv.h;h=ad4efab710e036d3904a256c0e43add08c9d46cc;hb=refs%2Ftags%2Flinux-mainline-patchset-4;hp=3c6ddf566a8b3d713bc0019c19d37e5e933ab4d1;hpb=3c25b14489d1ef9c4ba073dacd9a9f8bb218fe32;p=yaffs2.git diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 3c6ddf5..ad4efab 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -61,7 +61,7 @@ void yaffs_qsort(void *aa, size_t n, size_t es, #define cond_resched() do {} while(0) #define yaffs_trace(msk, fmt, ...) do { \ - if(yaffs_trace_mask & ((msk) | YAFFS_TRACE_ALWAYS)) \ + if(yaffs_trace_mask & (msk)) \ printf("yaffs: " fmt "\n", ##__VA_ARGS__); \ } while(0)