* [PATCH 1/1] Revert "mtd omap nand: fix driver without CONFIG_PARAMETER"
@ 2012-01-18 15:43 Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-01-18 15:43 UTC (permalink / raw)
To: barebox
This reverts commit 7762f9627a3ec971e4122abf0b3d831b619dcad7.
already applied by d002818ae37545481a8de55ed8c56eb2735b5a72
fix gpmc_nand_probe without param support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
drivers/mtd/nand/nand_omap_gpmc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c
index 04617f6..d55dcaa 100644
--- a/drivers/mtd/nand/nand_omap_gpmc.c
+++ b/drivers/mtd/nand/nand_omap_gpmc.c
@@ -958,7 +958,6 @@ static int gpmc_nand_probe(struct device_d *pdev)
dev_add_param(pdev, "eccmode", omap_gpmc_eccmode_set, NULL, 0);
dev_set_param(pdev, "eccmode", ecc_mode_strings[pdata->ecc_mode]);
- omap_gpmc_eccmode(oinfo, pdata->ecc_mode);
if (! IS_ENABLED(CONFIG_PARAMETER))
omap_gpmc_eccmode(oinfo, pdata->ecc_mode);
--
1.7.7
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-18 15:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-18 15:43 [PATCH 1/1] Revert "mtd omap nand: fix driver without CONFIG_PARAMETER" Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox