All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd: gpmi: Revert "mtd: gpmi: scan two nand chips"
@ 2013-11-06 17:16 Fabio Estevam
  2013-11-06 17:16 ` [PATCH 2/2] mtd: gpmi: Revert "mtd: gpmi: remove the nand_scan()" Fabio Estevam
  2013-11-07  2:45 ` [PATCH 1/2] mtd: gpmi: Revert "mtd: gpmi: scan two nand chips" Huang Shijie
  0 siblings, 2 replies; 8+ messages in thread
From: Fabio Estevam @ 2013-11-06 17:16 UTC (permalink / raw)
  To: computersforpeace; +Cc: marex, b32955, dwmw2, Fabio Estevam, linux-mtd

From: Fabio Estevam <fabio.estevam@freescale.com>

This revert is needed so that the revert of commit f720e7ce5 
("mtd: gpmi: remove the nand_scan()") can be succesfully applied.

This reverts commit cdef39de399fc6806f85c60ef97c9e394b3a92d4.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
index 7ac2280..a5c60c4 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
@@ -1674,7 +1674,7 @@ static int gpmi_nfc_init(struct gpmi_nand_data *this)
 	if (ret)
 		goto err_out;
 
-	ret = nand_scan_ident(mtd, 2, NULL);
+	ret = nand_scan_ident(mtd, 1, NULL);
 	if (ret)
 		goto err_out;
 
-- 
1.8.1.2

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

end of thread, other threads:[~2013-11-07  2:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 17:16 [PATCH 1/2] mtd: gpmi: Revert "mtd: gpmi: scan two nand chips" Fabio Estevam
2013-11-06 17:16 ` [PATCH 2/2] mtd: gpmi: Revert "mtd: gpmi: remove the nand_scan()" Fabio Estevam
2013-11-06 18:08   ` Brian Norris
2013-11-06 18:42     ` Fabio Estevam
2013-11-06 18:58       ` Brian Norris
2013-11-06 19:08         ` Fabio Estevam
2013-11-06 19:31         ` Marek Vasut
2013-11-07  2:45 ` [PATCH 1/2] mtd: gpmi: Revert "mtd: gpmi: scan two nand chips" Huang Shijie

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.