]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OneNand: Fix free byte positions.
authorJarkko Lavinen <jarkko.lavinen@nokia.com>
Fri, 12 May 2006 14:02:35 +0000 (17:02 +0300)
committerJarkko Lavinen <lavinen@pentafluge.infradead.org>
Fri, 12 May 2006 14:35:46 +0000 (15:35 +0100)
commitd9777f1c42bffff0d21cd029a2415776aa874e96
treec759ccb395e3b97ef15b1af0e9bd9bf3d85f0528
parent9c01f87db183403a4f603fe5180c57b82b54b4a1
OneNand: Fix free byte positions.

Some free byte positions at onenand_oob_64 were wrong. This was also
reported by Christian Lehne. 3 byte slots are at 2+16*i and 2 byte
slots at 14+16*i.

Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com>
drivers/mtd/onenand/onenand_base.c