Wolfgang Denk 2006-11-30 02:01:32 +01:00 committed by Wolfgang Denk
commit ab07b6c221
62 changed files with 11299 additions and 1632 deletions

View file

@ -1713,6 +1713,7 @@ static int nand_write_ecc (struct mtd_info *mtd, loff_t to, size_t len,
goto out;
}
*retlen = written;
bufstart = (u_char*) &buf[written];
ofs = autoplace ? mtd->oobavail : mtd->oobsize;
if (eccbuf)