Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242760
b: refs/heads/master
c: b085058
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Hunter authored and David Woodhouse committed Mar 11, 2011
1 parent 53fec9a commit 70dfa7e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7912a5e7f37512d8d105785046137435b70347ce
refs/heads/master: b085058fe556328443f982d892c9657b3aff9d4a
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/onenand/onenand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,8 @@ static int onenand_mlc_read_ops_nolock(struct mtd_info *mtd, loff_t from,
onenand_update_bufferram(mtd, from, !ret);
if (ret == -EBADMSG)
ret = 0;
if (ret)
break;
}

this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen);
Expand Down

0 comments on commit 70dfa7e

Please sign in to comment.