Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84288
b: refs/heads/master
c: d536058
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Jan 25, 2008
1 parent 755c68f commit 22f3030
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: ddc4939161c502452392b353f9e0dd088239e4c1
refs/heads/master: d536058752274b2fe60135142da550b5355ffa94
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static int io_init(struct ubi_device *ubi)
}

/* Similar for the data offset */
ubi->leb_start = ubi->vid_hdr_offset + ubi->vid_hdr_alsize;
ubi->leb_start = ubi->vid_hdr_offset + UBI_EC_HDR_SIZE;
ubi->leb_start = ALIGN(ubi->leb_start, ubi->min_io_size);

dbg_msg("vid_hdr_offset %d", ubi->vid_hdr_offset);
Expand Down

0 comments on commit 22f3030

Please sign in to comment.