]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD] Correct partition failed erase address
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Thu, 8 Mar 2007 10:20:12 +0000 (12:20 +0200)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 8 Mar 2007 10:45:04 +0000 (10:45 +0000)
commit74641d75275936796d239f828b80cb030e9f9b0a
tree8364efdc01c453d429db53e24cf2655e69d1f7d5
parentf8a922c7bb4d93bd84b7371a8e2571e667d2afb5
[MTD] Correct partition failed erase address

If an erase operation fails, the address at which the
failure occurred is returned by the driver.  The MTD
partition must adjust this address (by subtracting the
partition offset) before returning to the caller.
This was not happening, which caused JFFS2 to mark
the wrong block bad!

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/mtdpart.c