From 512f1628d2757d5103315dcc896b8b402b7b3b04 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 28 May 2008 07:31:26 +0000 Subject: [kernel] nuke trailing whitespaces in the yaffs code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11277 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c') diff --git a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c index d927c7673..cdad0734b 100644 --- a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c +++ b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif2.c @@ -158,7 +158,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; -- cgit v1.2.3