Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34144
b: refs/heads/master
c: 6a545a0
h: refs/heads/master
v: v3
  • Loading branch information
Frank Haverkamp authored and David Woodhouse committed Sep 22, 2006
1 parent 6399953 commit 26d0387
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: 17c2dae3aaff9b1e5d83996a5f098ad693f3aeca
refs/heads/master: 6a545a0d6021a4d759ba6d0c1082d1abf8d64c84
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/ndfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static void ndfc_chip_init(struct ndfc_nand_mtd *mtd)
chip->ecc.mode = NAND_ECC_HW;
chip->ecc.size = 256;
chip->ecc.bytes = 3;
chip->ecclayout = mtd->pl_chip->ecclayout;
chip->ecclayout = chip->ecc.layout = mtd->pl_chip->ecclayout;
mtd->mtd.priv = chip;
mtd->mtd.owner = THIS_MODULE;
}
Expand Down

0 comments on commit 26d0387

Please sign in to comment.