projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files-2.6.25
/
fs
/
yaffs2
/
yaffs_mtdif.c
diff --git
a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
index
6e2a9de
..
466e5a4
100644
(file)
--- a/
target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
+++ b/
target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
@@
-172,7
+172,7
@@
int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data,
__u8 *spareAsBytes = (__u8 *) spare;
if (data && spare) {
- if (dev->useNANDECC) {
+ if (dev->useNANDECC) {
/* Careful, this call adds 2 ints */
/* to the end of the spare data. Calling function */
/* should allocate enough memory for spare, */
This page took
0.020128 seconds
and
4
git commands to generate.