All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: remove unnecessary TODO
@ 2011-06-02 18:38 Brian Norris
  2011-06-06  8:56 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2011-06-02 18:38 UTC (permalink / raw)
  To: Artem Bityutskiy
  Cc: linux-mtd, Brian Norris, David Woodhouse, Florian Fainelli

I believe this TODO was unnecessary back when it was introduced:
	commit d1e1f4e42b5df063712ca2926e50c07b95c96b96
	mtd: nand: add support for reading ONFI parameters...

Signed-off-by: Brian Norris <computersforpeace@gmail.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 a46e9bb..7781988 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -3151,7 +3151,6 @@ ident_done:
 	if (mtd->writesize > 512 && chip->cmdfunc == nand_command)
 		chip->cmdfunc = nand_command_lp;
 
-	/* TODO onfi flash name */
 	printk(KERN_INFO "NAND device: Manufacturer ID:"
 		" 0x%02x, Chip ID: 0x%02x (%s %s)\n", *maf_id, *dev_id,
 		nand_manuf_ids[maf_idx].name,
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: nand: remove unnecessary TODO
  2011-06-02 18:38 [PATCH] mtd: nand: remove unnecessary TODO Brian Norris
@ 2011-06-06  8:56 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2011-06-06  8:56 UTC (permalink / raw)
  To: Brian Norris; +Cc: linux-mtd, David Woodhouse, Florian Fainelli

On Thu, 2011-06-02 at 11:38 -0700, Brian Norris wrote:
> I believe this TODO was unnecessary back when it was introduced:
> 	commit d1e1f4e42b5df063712ca2926e50c07b95c96b96
> 	mtd: nand: add support for reading ONFI parameters...
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Pushed  to l2-mtd-2.6.git, thanks.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-06  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-02 18:38 [PATCH] mtd: nand: remove unnecessary TODO Brian Norris
2011-06-06  8:56 ` Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.