]> git.sur5r.net Git - u-boot/blobdiff - fs/yaffs2/yaffs_mtdif2.c
ppc4xx: Disable trace broadcast for 44x non debug mode
[u-boot] / fs / yaffs2 / yaffs_mtdif2.c
index cd2a2a15c76274973c89aa07e4eac7f6f54080d4..f569b999f48ae2be80ea1e7841b0811d9e1937f5 100644 (file)
@@ -162,7 +162,7 @@ int nandmtd2_ReadChunkWithTagsFromNAND(yaffs_Device * dev, int chunkInNAND,
 
        if (tags)
                yaffs_UnpackTags2(tags, &pt);
-       
+
        if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
                tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;