[U-Boot] [PATCH] NAND: Update comment for nand_scan_tail in NAND driver

From: Sandeep Paulraj s-paulraj@ti.com
The nand_scan_tail does not have "maxchips" as an argument. So removing this.
Signed-off-by: Sandeep Paulraj s-paulraj@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
participants (1)
-
s-paulraj@ti.com