Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332674
b: refs/heads/master
c: 894824f
h: refs/heads/master
v: v3
  • Loading branch information
Bastian Hecht authored and David Woodhouse committed Sep 29, 2012
1 parent 141d233 commit 8fee1aa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d76236f30f1280f9345bb266a161e3ba60518c83
refs/heads/master: 894824f9731a805b70b553220ae58e5475ff6ff1
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/sh_flctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ static int flctl_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,
uint8_t *buf, int oob_required, int page)
{
chip->read_buf(mtd, buf, mtd->writesize);
chip->read_buf(mtd, chip->oob_poi, mtd->oobsize);
if (oob_required)
chip->read_buf(mtd, chip->oob_poi, mtd->oobsize);
return 0;
}

Expand Down

0 comments on commit 8fee1aa

Please sign in to comment.