commit | 74641d75275936796d239f828b80cb030e9f9b0a | [log] [tgz] |
---|---|---|
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | Thu Mar 08 12:20:12 2007 +0200 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu Mar 08 10:45:04 2007 +0000 |
tree | 8364efdc01c453d429db53e24cf2655e69d1f7d5 | |
parent | f8a922c7bb4d93bd84b7371a8e2571e667d2afb5 [diff] |
[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>