From: Knobloch, Thomas Date: Fri, 27 Apr 2007 11:19:36 +0000 (+0200) Subject: [MTD] [NAND] Wrong calculation of page number in nand_block_bad() X-Git-Tag: v2.6.22-rc1~1116^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ab67da1002d954ea4c3e2b441e2483c41f94e8;p=pandora-kernel.git [MTD] [NAND] Wrong calculation of page number in nand_block_bad() In case that there is no memory based bad block table available the function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call nand_block_bad() directly. When parameter 'getchip' is set to zero, nand_block_bad() will not right shift the offset to calculate the correct page number. Signed-off-by: Thomas Knobloch Signed-off-by: David Woodhouse --- Reading git-diff-tree failed