From 7a442f171af8d33b06f117fe7e13e1d089e9cc04 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sat, 29 Mar 2014 14:36:22 +0100 Subject: 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 Signed-off-by: Brian Norris --- drivers/mtd/nand/nand_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mtd') 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) { -- cgit v1.2.3-59-g8ed1b