mtd: nand: comment update, the DEPLETE1 command has gone

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Dec 15 19:59:04 PST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=7a442f171af8d33b06f117fe7e13e1d089e9cc04
Commit:     7a442f171af8d33b06f117fe7e13e1d089e9cc04
Parent:     0b78a2cf2a73b5f32ffda8cde7866ca61ce0e0b7
Author:     Gerhard Sittig <gsi at denx.de>
AuthorDate: Sat Mar 29 14:36:22 2014 +0100
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Nov 5 00:38:23 2014 -0800

    mtd: nand: comment update, the DEPLETE1 command has gone
    
    update a comment in nand_command_lp() about specific requirements of
    individual commands, the DEPLETE1 command was removed in the past and
    the comment no longer applied
    
    Signed-off-by: Gerhard Sittig <gsi at denx.de>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/nand_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 4b7e028..755995e 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -720,7 +720,7 @@ static void nand_command_lp(struct mtd_info *mtd, unsigned int command,
 
 	/*
 	 * Program and erase have their own busy handlers status, sequential
-	 * in, and deplete1 need no delay.
+	 * in and status need no delay.
 	 */
 	switch (command) {
 



More information about the linux-mtd-cvs mailing list