aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-07-24 15:36:33 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-07-24 15:36:33 +0000
commit2ed47dae935a7711c9d62321b74e6315cd5945be (patch)
tree66d1436db10ea361c7b7104bdf2cb33e5241624e /target
parent2f8c8f0ca83ad7772fa2ac9c470678a975598bcc (diff)
downloadmaster-187ad058-2ed47dae935a7711c9d62321b74e6315cd5945be.tar.gz
master-187ad058-2ed47dae935a7711c9d62321b74e6315cd5945be.tar.bz2
master-187ad058-2ed47dae935a7711c9d62321b74e6315cd5945be.zip
[generic] refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 final
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27759 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch b/target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch
index c334b17d08..c40da10d69 100644
--- a/target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch
+++ b/target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch
@@ -11038,14 +11038,14 @@
+ yaffs_UnpackTags2(tags, &pt);
+ }
+ }
-+
+
+- if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
+- tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
+ if (localData)
+ yaffs_ReleaseTempBuffer(dev, data, __LINE__);
-- if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
+ if (tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
- tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
--
++ tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
if (retval == 0)
return YAFFS_OK;
else