[MTD] Fix length comparison in MEMREADOOB
authorThomas Gleixner <tglx@inhell4.(none)>
Fri, 13 Apr 2007 17:50:48 +0000 (19:50 +0200)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 17 Apr 2007 17:40:00 +0000 (13:40 -0400)
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>

No differences found