Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27794
b: refs/heads/master
c: ae282d4
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Wool authored and David Woodhouse committed May 17, 2006
1 parent 8e4babf commit c503327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 599fb3298b70d75c12dbdc4dd30f52c5cf04ea2f
refs/heads/master: ae282d497d5631ce31539717131c760e3872c539
1 change: 1 addition & 0 deletions trunk/drivers/mtd/mtdpart.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ int add_mtd_partitions(struct mtd_info *master,
slave->mtd.size = parts[i].size;
slave->mtd.oobblock = master->oobblock;
slave->mtd.oobsize = master->oobsize;
slave->mtd.oobavail = master->oobavail;
slave->mtd.ecctype = master->ecctype;
slave->mtd.eccsize = master->eccsize;

Expand Down

0 comments on commit c503327

Please sign in to comment.