From: luc Date: Mon, 1 Aug 2005 20:48:41 +0000 (+0000) Subject: Correct the calculation of the block number to erase. X-Git-Tag: pre-name-change~433 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=300a106a291d9d32a71a6dee90b659f46f1cc804;hp=300a106a291d9d32a71a6dee90b659f46f1cc804 Correct the calculation of the block number to erase. The use of ">> 5" to calculate the block number from the chunk number was incorrect for the actual value of PAGES_PER_BLOCK (64). At the same time, make this less error prone. ---