[MTD] [NAND] Tidy up handling of page number in nand_block_bad()
authorThomas Knobloch <knobloch@siemens.com>
Thu, 3 May 2007 06:39:37 +0000 (07:39 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 3 May 2007 06:39:37 +0000 (07:39 +0100)
commit1a12f46af1af1a4b7b9c7ae7ab2c8ded3481a4ba
treec0449ee0a2e9d31963798c010152b87048674a69
parent4839f0481d8b985aabd6653ba42cf09e2abcc2bd
[MTD] [NAND] Tidy up handling of page number in nand_block_bad()

Further to the previous patch fixing the calculation of page number,
both branches are using the same result. Clean up the function
accordingly, calculating it (and also masking with pagemask) only in one
place.

Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/nand_base.c