Skip to content
Commit 78ab67da authored by Knobloch, Thomas's avatar Knobloch, Thomas Committed by David Woodhouse
Browse files

[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: default avatarThomas Knobloch <knobloch@siemens.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent ef2e58ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment