commit | d4094661545662982278900220729982372b0e9a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 11 18:13:46 2005 +0100 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Sun Nov 06 20:22:32 2005 +0100 |
tree | 845c22d703c1f894fbfe76367e1f9820b1e278f0 | |
parent | 2c92d755323514a12c367f52027fb1f53328fcd6 [diff] |
[MTD] NAND: Use correct mask for OOB size calculation 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>