Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165447
b: refs/heads/master
c: 9a73290
h: refs/heads/master
i:
  165445: 8c374c5
  165443: 384c73f
  165439: 1adebca
v: v3
  • Loading branch information
Singh, Vimal authored and David Woodhouse committed Sep 4, 2009
1 parent e7b1b20 commit d1e0a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 05dd180709fca14fbae617c0dab1bed56be334fc
refs/heads/master: 9a73290d7735c0671d1d2379ed40025db8b773d0
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,8 @@ int nand_scan_tail(struct mtd_info *mtd)
chip->ecc.write_page_raw = nand_write_page_raw;
chip->ecc.read_oob = nand_read_oob_std;
chip->ecc.write_oob = nand_write_oob_std;
chip->ecc.size = 256;
if (!chip->ecc.size)
chip->ecc.size = 256;
chip->ecc.bytes = 3;
break;

Expand Down

0 comments on commit d1e0a3d

Please sign in to comment.