]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: cleanup LEB start calculations
authorJohn Ogness <john.ogness@linutronix.de>
Fri, 21 Jan 2011 14:39:02 +0000 (15:39 +0100)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 26 Jan 2011 08:14:17 +0000 (10:14 +0200)
commite8cfe009436f9ab6f4234e1f7c406c231747925c
tree5b076f5ea37c12cfaf17770647f2ecd4cae1a202
parentd4c6381303163e774a72db8c172cdc5c23f01588
UBI: cleanup LEB start calculations

Wrong macro was used in calculating the data offset: UBI_EC_HDR_SIZE instead of
UBI_VID_HDR_SIZE. The data offset should be VID header offset + VID header size
(aligned to the minimum I/O unit).

This was not a bug only because currently UBI_EC_HDR_SIZE and UBI_VID_HDR_SIZE
have the same value of 64 bytes.

Commit message was amended by Artem.

Signed-off-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/build.c