From: Thomas Gleixner Date: Thu, 11 Aug 2005 17:13:46 +0000 (+0100) Subject: [MTD] NAND: Use correct mask for OOB size calculation X-Git-Tag: v2.6.15-rc1~448^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4094661545662982278900220729982372b0e9a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed