diff mbox

[v2,1/3] mtd: nand: comment update, the DEPLETE1 command has gone

Message ID 1396611948-4523-2-git-send-email-gsi@denx.de
State Accepted
Headers show

Commit Message

Gerhard Sittig April 4, 2014, 11:45 a.m. UTC
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>
---
changes in v2: none

 drivers/mtd/nand/nand_base.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Brian Norris Nov. 5, 2014, 8:39 a.m. UTC | #1
On Fri, Apr 04, 2014 at 01:45:46PM +0200, Gerhard Sittig wrote:
> 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>
> ---
> changes in v2: none

Pushed this patch to l2-mtd.git.

Brian
diff mbox

Patch

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 9715a7ba164a..567620e81ce2 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -700,7 +700,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) {