aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorGerhard Sittig <gsi@denx.de>2014-03-29 14:36:22 +0100
committerBrian Norris <computersforpeace@gmail.com>2014-11-05 00:38:23 -0800
commit7a442f171af8d33b06f117fe7e13e1d089e9cc04 (patch)
treeeda370e8f4121f3017635ae881533a16f98d6f0a /drivers/mtd
parentmtd: spi-nor: fix the wrong dummy value (diff)
downloadlinux-dev-7a442f171af8d33b06f117fe7e13e1d089e9cc04.tar.xz
linux-dev-7a442f171af8d33b06f117fe7e13e1d089e9cc04.zip
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@denx.de> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 4b7e0287b48f..755995ed87fe 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) {