Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310221
b: refs/heads/master
c: a6976cd
h: refs/heads/master
i:
  310219: 4c5de6c
v: v3
  • Loading branch information
Brian Norris authored and David Woodhouse committed May 14, 2012
1 parent 4bc7d1e commit da646c2
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: d112dc7fa65882279434622a40cbe7677a780c46
refs/heads/master: a6976cdfe69756436ed8c22b7a03e47a7efe36fb
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/fsl_ifc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ static int fsl_ifc_read_page(struct mtd_info *mtd, struct nand_chip *chip,
struct fsl_ifc_nand_ctrl *nctrl = ifc_nand_ctrl;

fsl_ifc_read_buf(mtd, buf, mtd->writesize);
fsl_ifc_read_buf(mtd, chip->oob_poi, mtd->oobsize);
if (oob_required)
fsl_ifc_read_buf(mtd, chip->oob_poi, mtd->oobsize);

if (ctrl->nand_stat & IFC_NAND_EVTER_STAT_ECCER)
dev_err(priv->dev, "NAND Flash ECC Uncorrectable Error\n");
Expand Down

0 comments on commit da646c2

Please sign in to comment.