[MTD] NAND: Use correct mask for OOB size calculation
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Aug 2005 17:13:46 +0000 (18:13 +0100)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Sun, 6 Nov 2005 19:22:32 +0000 (20:22 +0100)
The bit mask used for oob size calculation was using 2 bits instead
of one. Fortunately the next bit has been 0 all the time.

Thanks to Nathan H. for pointing this out

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found