projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: fix weird ethernet issues with some devices caused by the ethernet packet...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files
/
fs
/
yaffs2
/
yaffs_mtdif2.c
diff --git
a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c
b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c
index
87ce1b0
..
cdad073
100644
(file)
--- a/
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c
+++ b/
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c
@@
-14,7
+14,7
@@
/* mtd interface for YAFFS2 */
const char *yaffs_mtdif2_c_version =
/* mtd interface for YAFFS2 */
const char *yaffs_mtdif2_c_version =
- "$Id$";
+ "$Id
: yaffs_mtdif2.c,v 1.17 2007-02-14 01:09:06 wookey Exp
$";
#include "yportenv.h"
#include "yportenv.h"
@@
-158,7
+158,7
@@
int nandmtd2_ReadChunkWithTagsFromNAND(yaffs_Device * dev, int chunkInNAND,
if (tags)
yaffs_UnpackTags2(tags, &pt);
if (tags)
yaffs_UnpackTags2(tags, &pt);
-
+
if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
This page took
0.020806 seconds
and
4
git commands to generate.