aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/s3c2410.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/s3c2410.c')
-rw-r--r--drivers/mtd/nand/s3c2410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 295e4bedad96..79ded48e7427 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -879,7 +879,7 @@ static void s3c2410_nand_update_chip(struct s3c2410_nand_info *info,
879 if (chip->ecc.mode != NAND_ECC_HW) 879 if (chip->ecc.mode != NAND_ECC_HW)
880 return; 880 return;
881 881
882 /* change the behaviour depending on wether we are using 882 /* change the behaviour depending on whether we are using
883 * the large or small page nand device */ 883 * the large or small page nand device */
884 884
885 if (chip->page_shift > 10) { 885 if (chip->page_shift > 10) {