Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310203
b: refs/heads/master
c: 09cbe58
h: refs/heads/master
i:
  310201: 58b5ad1
  310199: bd1497a
v: v3
  • Loading branch information
Bastian Hecht authored and David Woodhouse committed May 14, 2012
1 parent 7906192 commit 513dc9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6778fd7812d877abdbc78b9b2d4304150b2ce05
refs/heads/master: 09cbe581e346229e33c48da00439419ff2fe6af7
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,9 @@ static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip,

if (chip->verify_buf(mtd, buf, mtd->writesize))
return -EIO;

/* Make sure the next page prog is preceded by a status read */
chip->cmdfunc(mtd, NAND_CMD_STATUS, -1, -1);
#endif
return 0;
}
Expand Down

0 comments on commit 513dc9e

Please sign in to comment.