Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27893
b: refs/heads/master
c: 29da9ce
h: refs/heads/master
i:
  27891: eb345ae
v: v3
  • Loading branch information
David Woodhouse committed May 26, 2006
1 parent 210d5d2 commit 6b023c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bfeb691e75b21fdaa80ffae719083200b190381
refs/heads/master: 29da9cea46f65cb9488641354fe554e9ef8a3a85
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ static void nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,

for (i = 0; eccsteps; eccsteps--, i += eccbytes, p += eccsize) {
chip->ecc.hwctl(mtd, NAND_ECC_WRITE);
chip->write_buf(mtd, p, mtd->writesize);
chip->write_buf(mtd, p, eccsize);
chip->ecc.calculate(mtd, p, &ecc_calc[i]);
}

Expand Down

0 comments on commit 6b023c5

Please sign in to comment.