From edc9cba495680a8a4968ed204b5c9f61a991bf4f Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Wed, 3 Jul 2013 17:56:19 +0800 Subject: [PATCH] mtd: atmel_nand: fix pmecc selction for ecc requirement typo Atmel PMECC support 2, 4, 8, 12, 24 bit error correction. So if the ecc requirement in ONFI is <= 2, 4, 8, 12, 24. We will use 2, 4, 8, 12, 24. This patch fix the typo. Use '<=' replace '<'. Reported-by: Scott Wood Signed-off-by: Josh Wu Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-format-patch failed