Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4538
b: refs/heads/master
c: e5a3e8c
h: refs/heads/master
v: v3
  • Loading branch information
Dan Brown authored and Thomas Gleixner committed May 23, 2005
1 parent 9ce5493 commit 8f8857a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f401a40b5e46144e1ea361a5e2be428fb18a344
refs/heads/master: e5a3e8ca948e8ac0dad751dbd75e4dc96b4277e9
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/diskonchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* Interface to generic NAND code for M-Systems DiskOnChip devices
*
* $Id: diskonchip.c,v 1.50 2005/03/29 20:57:45 dbrown Exp $
* $Id: diskonchip.c,v 1.51 2005/04/06 18:10:20 dbrown Exp $
*/

#include <linux/kernel.h>
Expand Down Expand Up @@ -1055,7 +1055,7 @@ static struct nand_oobinfo doc200x_oobinfo = {
.useecc = MTD_NANDECC_AUTOPLACE,
.eccbytes = 6,
.eccpos = {0, 1, 2, 3, 4, 5},
.oobfree = { {8, 8} }
.oobfree = { {6, 10} }
};

/* Find the (I)NFTL Media Header, and optionally also the mirror media header.
Expand Down

0 comments on commit 8f8857a

Please sign in to comment.