commit | 408b483d9cc2d839ecbc9134958c42814865081c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@inhell4.(none)> | Fri Apr 13 19:50:48 2007 +0200 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Apr 17 13:40:00 2007 -0400 |
tree | 7b96d7fdc47a9666080f2588e98872368e64bb9b | |
parent | 1cf9827b6852d5d81130efbf2e777e50b7126d23 [diff] |
[MTD] Fix length comparison in MEMREADOOB The ops.len member is not initialized, because it is unused for this operation. The length check needs to use ops.ooblen instead Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>