Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68642
b: refs/heads/master
c: a2e1b83
h: refs/heads/master
v: v3
  • Loading branch information
Chris Paulson-Ellis authored and David Woodhouse committed Oct 14, 2007
1 parent 99cceeb commit cc34a18
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: 3cd3a86b6fdcb80ad097850a0990bcf6251422fe
refs/heads/master: a2e1b833d9e0231d67e722b7e2f4d79daf919baf
1 change: 1 addition & 0 deletions trunk/drivers/mtd/mtdconcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[], /* subdevices to c
concat->mtd.size = subdev[0]->size;
concat->mtd.erasesize = subdev[0]->erasesize;
concat->mtd.writesize = subdev[0]->writesize;
concat->mtd.subpage_sft = subdev[0]->subpage_sft;
concat->mtd.oobsize = subdev[0]->oobsize;
concat->mtd.oobavail = subdev[0]->oobavail;
if (subdev[0]->writev)
Expand Down

0 comments on commit cc34a18

Please sign in to comment.