mtd: nand: report ECC errors properly when reading BBT
commit167a8d52509a0f7d6728a79e2588b800e866c147
authorBrian Norris <computersforpeace@gmail.com>
Wed, 21 Sep 2011 01:35:08 +0000 (20 18:35 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 21 Sep 2011 06:19:07 +0000 (21 09:19 +0300)
tree7ae622e68cbed19680cd3954259f1616d3d868bd
parentd57f40544a41fdfe90fd863b6865138c5a82f1cc
mtd: nand: report ECC errors properly when reading BBT

Instead of just printing a warning when encountering ECC errors, we
should return a proper error status and print a more informative
warning. Later, we will handle these error messages in the upper layers
of the BBT scan.

Note that this patch makes our check for ECC error codes a little bit
more restrictive, leaving all unrecognized errors to the generic "else"
clause. This shouldn't cause problems and could even be a benefit.

This code is based on some findings reported by Matthieu Castet.

Reported-by: Matthieu CASTET <matthieu.castet@parrot.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
drivers/mtd/nand/nand_bbt.c