Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332762
b: refs/heads/master
c: 5bf3d66
h: refs/heads/master
v: v3
  • Loading branch information
Mike Dunn authored and David Woodhouse committed Sep 29, 2012
1 parent 8d907eb commit b122d5f
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: 61de9da657e8c52606d45ae67dfa187111bf9b55
refs/heads/master: 5bf3d66a933efb71fa6db08a5043a617b6eadb4a
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/nand/docg4.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ static int read_page(struct mtd_info *mtd, struct nand_chip *nand,
}

writew(0, docptr + DOC_DATAEND);
if (bits_corrected == -EBADMSG) /* uncorrectable errors */
return 0;
return bits_corrected;
}

Expand Down

0 comments on commit b122d5f

Please sign in to comment.