Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93075
b: refs/heads/master
c: d43fa14
h: refs/heads/master
i:
  93073: f3f9acd
  93071: 83008e3
v: v3
  • Loading branch information
Richard Genoud authored and David Woodhouse committed Apr 25, 2008
1 parent 757fb82 commit 2fbda97
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: 77f5492c43adb4eb351fa0d163136877e8b2ed92
refs/heads/master: d43fa1499622e3e561380c34e076aade954e2c2c
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/at91_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static int at91_nand_calculate(struct mtd_info *mtd,
unsigned int ecc_value;

/* get the first 2 ECC bytes */
ecc_value = ecc_readl(host->ecc, PR) & AT91_ECC_PARITY;
ecc_value = ecc_readl(host->ecc, PR);

ecc_code[eccpos[0]] = ecc_value & 0xFF;
ecc_code[eccpos[1]] = (ecc_value >> 8) & 0xFF;
Expand Down

0 comments on commit 2fbda97

Please sign in to comment.