Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45680
b: refs/heads/master
c: 7dcb483
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and David Woodhouse committed Dec 1, 2006
1 parent 9008114 commit 43a05e0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd3c97a7c718bfb9f1e4f31c16c383a5c6f815eb
refs/heads/master: 7dcb483de3b33e74ddd2040bd7b6ba96d86a91f8
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/rtc_from4.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static int rtc_from4_errstat(struct mtd_info *mtd, struct nand_chip *this,
rtn = nand_do_read(mtd, page, len, &retlen, buf);

/* if read failed or > 1-bit error corrected */
if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) {
if (rtn || (mtd->ecc_stats.corrected - corrected) > 1)
er_stat |= 1 << 1;
kfree(buf);
}
Expand Down

0 comments on commit 43a05e0

Please sign in to comment.