X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_verify.c;h=738c7f69a5ec1de2c10d0fcc0d77cc7d82d52917;hp=c12894dc2c45ac09f4fa0991e63df4bc8f692460;hb=6e8abe36e3190664d26161ace6948c57f9ffda94;hpb=79d0e028d5b777b2e4cf55d96b737cb024988abe diff --git a/yaffs_verify.c b/yaffs_verify.c index c12894d..738c7f6 100644 --- a/yaffs_verify.c +++ b/yaffs_verify.c @@ -268,7 +268,6 @@ void yaffs_verify_file(struct yaffs_obj *obj) if (tn) { u32 the_chunk = yaffs_get_group_base(dev, tn, i); if (the_chunk > 0) { - /* T(~0,(TSTR("verifying (%d:%d) %d"TENDSTR),obj_id,i,the_chunk)); */ yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL, &tags); if (tags.obj_id != obj_id || tags.chunk_id != i)