X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_nand.c;h=a8dae40bd37804c4d396e189b229969723868c92;hp=0d8499bdc63007490533528b74174e84cd28ea96;hb=refs%2Fheads%2Fblock-refreshing;hpb=ab9a00dce3929c4c8cc1f01db34b23ba64a850ce diff --git a/yaffs_nand.c b/yaffs_nand.c index 0d8499b..a8dae40 100644 --- a/yaffs_nand.c +++ b/yaffs_nand.c @@ -42,7 +42,7 @@ int yaffs_rd_chunk_tags_nand(struct yaffs_dev *dev, int nand_chunk, bi = yaffs_get_block_info(dev, nand_chunk / dev->param.chunks_per_block); - yaffs_handle_chunk_error(dev, bi); + yaffs_handle_chunk_error(dev, bi, tags->ecc_result); } return result; }