diff options
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 4c94ec632aed..cc3cd277064b 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -59,7 +59,7 @@ | |||
59 | * The AG-AND chips have nice features for speed improvement, | 59 | * The AG-AND chips have nice features for speed improvement, |
60 | * which are not supported yet. Read / program 4 pages in one go. | 60 | * which are not supported yet. Read / program 4 pages in one go. |
61 | * | 61 | * |
62 | * $Id: nand_base.c,v 1.135 2005/03/01 09:32:45 gleixner Exp $ | 62 | * $Id: nand_base.c,v 1.136 2005/03/14 18:30:44 bjd Exp $ |
63 | * | 63 | * |
64 | * This program is free software; you can redistribute it and/or modify | 64 | * This program is free software; you can redistribute it and/or modify |
65 | * it under the terms of the GNU General Public License version 2 as | 65 | * it under the terms of the GNU General Public License version 2 as |
@@ -2291,7 +2291,7 @@ static int nand_block_markbad (struct mtd_info *mtd, loff_t ofs) | |||
2291 | */ | 2291 | */ |
2292 | int nand_scan (struct mtd_info *mtd, int maxchips) | 2292 | int nand_scan (struct mtd_info *mtd, int maxchips) |
2293 | { | 2293 | { |
2294 | int i, j, nand_maf_id, nand_dev_id, busw, maf_id; | 2294 | int i, nand_maf_id, nand_dev_id, busw, maf_id; |
2295 | struct nand_chip *this = mtd->priv; | 2295 | struct nand_chip *this = mtd->priv; |
2296 | 2296 | ||
2297 | /* Get buswidth to select the correct functions*/ | 2297 | /* Get buswidth to select the correct functions*/ |