[U-Boot] [PATCH] NAND: Update comment for nand_scan_tail in NAND driver
s-paulraj at ti.com
s-paulraj at ti.com
Fri Nov 6 17:45:13 CET 2009
From: Sandeep Paulraj <s-paulraj at ti.com>
The nand_scan_tail does not have "maxchips" as an argument.
So removing this.
Signed-off-by: Sandeep Paulraj <s-paulraj at ti.com>
---
drivers/mtd/nand/nand_base.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 17dc0c9..9237f85 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -2814,7 +2814,6 @@ int nand_scan_ident(struct mtd_info *mtd, int maxchips)
/**
* nand_scan_tail - [NAND Interface] Scan for the NAND device
* @mtd: MTD device structure
- * @maxchips: Number of chips to scan for
*
* This is the second phase of the normal nand_scan() function. It
* fills out all the uninitialized function pointers with the defaults
--
1.6.0.4
More information about the U-Boot
mailing list